mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
10 lines
773 B
JSON
10 lines
773 B
JSON
{
|
||
"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 isn’t a Salesforce object—it doesn’t support CRUD operations or queries. It’s 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."
|
||
} |