11Web Client Automation Server Quick Reference
Web Client Automation Server Quick Reference
This chapter describes summary information for the Web Client Automation Server. It includes the following topics:
Siebel HTML Application Methods for the Web Client Automation Server
The following table describes a summary of Siebel HTML application methods you can use with the Web Client Automation Server. 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.
Table Summary of Siebel HTML Application Methods for the Web Client Automation Server
Method | Description | Format |
---|---|---|
Returns the error code for the error that Siebel CRM logged most recently. |
|
|
Returns the text message for the error that Siebel CRM logged most recently. |
|
|
Locates a business service. If this business service is not already running, then Siebel CRM starts it. |
|
|
Returns the name of the Siebel application. |
|
|
Creates a new property set. |
|
Siebel Service Methods for the Web Client Automation Server
The following table describes a summary of Siebel service methods you can use with the Web Client Automation Server.
Table Summary of Siebel Service Methods for the Web Client Automation Server
Method | Description | Format |
---|---|---|
Returns the name of the next property of a business service. |
|
|
Calls a method. |
|
|
Returns the name of a business service. |
|
Property Set Methods for the Web Client Automation Server
The following table describes a summary of the property set methods you can use with the Web Client Automation Server.
Table Summary of Property Set Methods for the Web Client Automation Server
Method | Description | Format |
---|---|---|
Adds child property sets to a property set. |
|
|
Returns a copy of a property set. |
|
|
Returns a child property set of a property set. |
|
|
Returns the number of child property sets that exist for a parent property set. |
|
|
Returns the name of the first property in a property set. |
|
|
Returns the error code for the error that Siebel CRM logged most recently. |
|
|
Returns the text message for the error that Siebel CRM logged most recently. |
|
|
Returns the name of the next property in a property set. |
|
|
Returns the value of a property. |
|
|
Returns the number of properties that exist in the current level in the hierarchy. |
|
|
Returns the value of the type attribute of a property set. |
|
|
Returns the value of the value attribute of a property set. |
|
|
Inserts a child property set in a parent property set at a specific location. |
|
|
Returns a Boolean value that indicates if the property that the argument identifies exists. |
|
|
Removes a child property set from a parent property set. |
|
|
Removes a property from a property set. |
|
|
Removes every property and child property set from a property set. |
|
|
Sets a value in the property of a property set. |
|
|
Sets the value for the type attribute of a property set. |
|
|
Sets the value for the value attribute of a property set. |
|