No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
setCallObjectIds()
Usage
Sets call object IDs, in ascending order of arrival. This method is only available in API version 31.0 or later.
Syntax
Arguments
| Name | Type | Description |
|---|---|---|
| callObjectId | array | An array of string IDs specifying the calls to set. |
| callback | function | JavaScript method called upon completion of the method. |
Sample Code–Visualforce
Response
This method is asynchronous so it returns its response in an object in a callback method. The response object contains the following field:
| Name | Type | Description |
|---|---|---|
| success | boolean | true if setting the call IDs was successful; false otherwise. |