Siebel Object Interfaces Reference > Web Client Automation Server Quick Reference > Object Interfaces Reference >

Siebel HTML Application Methods for the Web Client Automation Server


Table 147 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 147. Summary of Siebel HTML Application Methods for the Web Client Automation Server
Method
Description
Format

GetLastErrCode Method for an Application

Returns the error code for the error that Siebel CRM logged most recently.

Dim siebelApp As SiebelHTMLApplication
Dim iErr as Long
iErr = siebelApp.GetLastErrCode

GetLastErrText Method for an Application

Returns the text message for the error that Siebel CRM logged most recently.

Dim siebelApp As SiebelHTMLApplication
Dim sText as String
sText = siebelApp.GetLastErrText

GetService Method for an Application

Locates a business service. If this business service is not already running, then Siebel CRM starts it.

Dim siebelApp As SiebelHTMLApplication
Dim svc As SiebelService
Set svc = siebelApp.GetService(ServiceName as String)

Name Method for an Application

Returns the name of the Siebel application.

Dim siebelApp As SiebelHTMLApplication
Dim name as String
name = siebelApp.Name

NewPropertySet Method for an Application

Creates a new property set.

Dim siebelApp As SiebelHTMLApplication
Dim propSet as SiebelPropertySet
Set propSet = siebelApp.NewPropertySet

Siebel Object Interfaces Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.