afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/StandardObjectNameChangeEvent.json

10 lines
773 B
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"usage"
],
"title": "StandardObjectNameChangeEvent - Data API",
"description": "A ChangeEvent object is available for each object that supports Change Data Capture. You can subscribe to a stream of change events using Change Data Capture to receive data tied to record changes in Salesforce. Changes include record creation, updates to an existing record, deletion of a record, and undeletion of a record. A change event isnt a Salesforce object—it doesnt support CRUD operations or queries. Its included in the object reference so you can discover which Salesforce objects support change events.",
"usage": "For more information about Change Data Capture, see Change Data Capture Developer Guide."
}