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.

NameTypeDescription
callbackfunctionJavaScript 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.

NameTypeDescription
fieldsUpdatedbooleantrue if one or more case fields were updated.
relatedListsUpdatedbooleantrue if one or more case related lists were updated.
feedUpdatedbooleantrue if the case feed was updated.