Siebel SmartScript Administration Guide > Extending Scripts with Siebel VB and Siebel eScript > Other Preprogrammed SmartScript Question Methods >

GetSaveBusObj


The GetSaveBusObj method returns the business object configured to store the answer.

Syntax

GetSaveBusObj

Returns

The instance of the business object in which the answer is to be stored, as a BusObj.

Usage

This function returns the instance of the business object used to store the answer. If no business component or business object is configured on this question, it returns a null set. GetSaveBusObj is declared as type BusObj.

See Also

SaveBusObjName.

Siebel SmartScript Administration Guide