Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Instantiaitng BO and BC in Open UI

edited Nov 30, 2018 12:42AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 4 commentsAnswered

Hi,

We wan to instantiate BC and BO in Postload.js file. We tried below syntax, but it is not working,

var model= SiebelApp.S_App.GetModel();

var sbo = model.GetBusObject("Contact");

var boContact = SiebelApp.S_App.GetBusObject("Account");

checked in the Configure Open UI Bookshelf . Any other way to get the BO or BC name in js file in Open UI. We are using 8.1.1.14.0

Regards,

Pallavi

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center