Newer Version Available
fireOnCallLogSaved()
Calls the eventHandler function
registered with onCallLogSaved(). Use to get information or send information between an interaction
log and a custom console component.. This method is only available in API version 31.0 or
later.
Syntax
Arguments
| Name | Type | Description |
|---|---|---|
| id | string | The object ID of the saved call log. |
| 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 firing the event is successful, false otherwise. |