9COM Data Server Quick Reference
COM Data Server Quick Reference
This chapter describes summary information for COM Data Server. It includes the following topics:
Application Methods for COM Data Server
The following table describes a summary of application methods you can use with COM Data Server. It does not include object interface methods that Siebel CRM does not call directly from an application object. For information about methods that Siebel CRM calls with the InvokeMethod method on an application object, see LoadObjects Method for an Application.
Table Summary of Application Methods for COM Data Server
Method | Description | Format |
---|---|---|
Returns the currency code that is associated with the division of the user position. |
|
|
Creates a new instance of a business object. |
|
|
Returns the text message for the error that Siebel CRM logged most recently. |
|
|
Returns the name of an attribute in a user profile. |
|
|
Locates a business service. If this business service is not already running, then Siebel CRM starts it. |
|
|
Returns the shared global variables. |
|
|
Calls a method. |
|
|
Starts the COM Data Server. |
|
|
Allows an external application to log in to the COM Data Server, COM Data Control, or Siebel Java Data Bean, and to access Siebel objects. |
|
|
Returns the login ID of the user who started the Siebel application. |
|
|
Returns the login name of the user who started the Siebel application. |
|
|
Creates a new property set. |
|
|
Returns the position ID of the user position. |
|
|
Returns the name of the current user position. |
|
|
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. |
|
Business Component Methods for COM Data Server
The following table describes a summary of the business component methods you can use with the COM Data Server. It does not include object interface methods that Siebel CRM calls with the InvokeMethod method. For information about methods that Siebel CRM calls with the InvokeMethod method on a business component, see Business Component Invoke Methods.
Table Summary of Business Component Methods for COM Data Server
Method | Description | Format |
---|---|---|
Activates a field. |
|
|
Activates multiple fields. |
|
|
Creates a new many-to-many relationship for the parent object through an association business component. |
|
|
Returns the name of the business object that the business component references. |
|
|
Clears the current query but does not clear sort specifications on a business component. |
|
|
Deactivates the fields that are currently active from the SQL query statement of a business component. |
|
|
Removes the current record from a business component. |
|
|
Returns a set of business component records. |
|
|
Returns a set of business component records. Allows you to control the number of records Siebel CRM returns. |
|
|
Moves the record pointer to the first record in a business component, making that record the current record. |
|
|
Makes the first record of the multiple selection in a business component active. |
|
|
Returns the name of the association business component. |
|
|
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 a value for each field specified in a property set. |
|
|
Returns the multivalue group business component that is associated a business component field. |
|
|
Returns the name of a search specification. |
|
|
Returns the name of the pick business component that is associated with a field in the current business component. |
|
|
Returns the current search expression that is defined for a business component. |
|
|
Returns the search specification that is defined for a business component. |
|
|
Returns the value of a user property. |
|
|
Returns the visibility mode for a business component. |
|
|
Moves the record pointer to the last record in a business component. |
|
|
Returns the name of a business component. |
|
|
Adds a new record to a business component. |
|
|
Moves the record pointer to the next record in a business component, making that record the current record. |
|
|
Returns the name of a parent business component. |
|
|
Places the currently chosen record in a pick business component into the appropriate fields of the parent business component. |
|
|
Moves the record pointer to the previous record in a business component, making that record the current record. |
|
|
Refines a query. |
|
|
Sets a new value in a field for the current record of a business component. |
|
|
Sets a new value in a field in the current record of a business component. It accepts the field value in the current local format. |
|
|
Sets new values in the fields of the current record of a business component. |
|
|
Sets a named search specification on a business component. |
|
|
Sets a search expression for a business component. |
|
|
Sets the search specification for a business component. |
|
|
Sets the sort specification for a business component. |
|
|
Sets the value of a user property in a business component. |
|
|
Sets the visibility type for a business component. |
|
|
Reverses any unsaved modifications made to the record. |
|
|
Saves to the Siebel database any modifications made to the current record. |
|
Business Object Methods for COM Data Server
The following table describes a summary of business object methods you can use with the COM Data Server.
Table Summary of Business Object Methods for COM Data Server
Method | Description | Format |
---|---|---|
Returns the name of a business component. |
|
|
Returns the name of a control. |
|
Business Service Methods for COM Data Server
The following table describes a summary of business service methods you can use with the COM Data Server.
Table Summary of Business Service Methods for COM Data Server
Method | Description | Format |
---|---|---|
Returns the name of the first property of a business service. |
|
|
Returns the name of the next property of a business service. |
|
|
Returns the value of a property. |
|
|
Returns the name of a business service. |
|
|
Calls a method. |
|
|
Returns a Boolean value that indicates if the property that the argument identifies exists. |
|
|
Removes a property from a business service. |
|
|
Sets a value for a property of a business service. |
|
Property Set Methods for COM Data Server
The following table describes a summary of property set methods you can use with the COM Data Server.
Table Summary of Property Set Methods for COM Data 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 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. |
|