GetBusObj Method
The GetBusObj method creates a new instance of a business object. It returns this new business object instance. It uses the following syntax:
SiebelApp.S_App.Model.GetBusObj(business_object_name)
where:
business_object_name identifies the name of the business object that GetBusObj uses to create the new business object instance.
For example, the following code creates a new instance of the Service Request business object:
var pServiceRequestBC = SiebelApp.S_App.Model.GetBusObj(""Service Request"")"
The GetBusObj method resides in the model.js file.
You cannot configure Siebel Open UI to override this method.