Instantiaitng BO and BC in Open UI
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