onObjectUpdate() for Salesforce Classic
Registers a function to call when case fields, the feed, or related list data have changed on records that are displayed with a feed-based layout.
Use this method with Visualforce pages you want to use as custom publishers in Case Feed.
| Name | Type | Description |
|---|---|---|
callback | function | JavaScript method executed when the API method call is completed. |
This method is asynchronous. The response is returned in an object passed to a callback method. The response object contains the following fields.
| Name | Type | Description |
|---|---|---|
fieldsUpdated | boolean | true if one or more case fields were updated. |
relatedListsUpdated | boolean | true if one or more case related lists were updated. |
feedUpdated | boolean | true if the case feed was updated. |