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

10 lines
773 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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."
}