Application Methods for Siebel eScript
The following table describes a summary of application methods you can use with Siebel eScript. It does not include object interface methods that Siebel CRM does not call directly from an application instance. For information about methods that Siebel CRM calls with the InvokeMethod method on the application, see LoadObjects Method for an Application.
Method | Description | Format |
---|---|---|
Returns the name of the business object that the active view references. |
|
|
Returns the name of the active view. |
|
|
Returns the currency code that is associated with the division of the user position. |
|
|
Creates a new instance of a business object. |
|
|
Returns the value for the specific key. Returns the value if it is in the cache, or an empty string if they key does not exist or does not have a value associated. |
|
|
Returns the name of the Siebel application. |
|
|
Locates a business service. If this business service is not already running, then Siebel CRM starts it. |
|
|
Returns the shared global variables. |
|
|
Activates a view. |
|
|
Calls a method. |
|
|
Returns the login ID of the user who started the Siebel application. |
|
|
Returns the login name of the user who started Oracle’s Siebel application. |
|
|
Creates a new property set. |
|
|
Returns the position ID of the user position. |
|
|
Returns the name of the current user position. |
|
|
Sets a key value pair of strings in the distributed cache. Returns true if successful |
|
|
Sends a scripting error message to the browser. To determine the error text, Siebel CRM uses a key to look up the current language. |
|
|
Sends a scripting error message to the browser. |
|
|
Sets the active position to a position ID. |
|
|
Sets the active position to a position name. |
|
|
Personalization uses this method to set a value for an attribute in a user profile. |
|
|
Sets a shared global variable. |
|
|
Appends a message to the trace file. |
|
|
Turns off tracing. |
|
|
Turns on tracing. |
|