Business Component Methods for Browser Script
The following table describes a summary of the business component methods you can use in Browser Script. It does not include object interface methods that Siebel CRM does not call directly from a Business Component object instance. For information about methods that it calls with InvokeMethod method on the Business Component object, see Business Component Invoke Methods.
Method | Description | Format |
---|---|---|
Returns the name of the business object that the business component references. |
|
|
Returns the value of a field from the current record of a business component. |
|
|
Returns a field value that is in the same format that the Siebel client uses. |
|
|
Returns the current search expression that is defined for the business component. |
|
|
Returns the search specification for a field. |
|
|
Calls a method. |
|
|
Returns the name of a business component. |
|
|
Sets a new value for a field in the current record of a business component. |
|
|
Sets the new value to a field for the current record of a business component. |
|
|
Reverses any unsaved modifications that Siebel CRM has made on a record. |
|
|
Saves to the Siebel database any modifications made to the current record. |
|