Merged Change Events
Monitor Change Event Publishing and Delivery Usage
Conversions That Generate a Change Event
Conversions That Generate a Gap Event
Conversions That Don’t Generate Events
Previous Versions
When converting a custom field type to another type that isn’t compatible, field data is lost and is set to null in records corresponding to the object. One change event is generated for all the affected records, and the event message contains no record fields.
Examples of incompatible field changes are:
Because a field type conversion can affect many records, the recordIds header field value in the event message contains a wildcard value instead of a record ID array. The value starts with the three-character object ID prefix, followed by the wildcard character *. For example, if you make an incompatible field type change for an Account custom field, the recordIds field looks similar to the following.
1"ChangeEventHeader": {
2 "entityName": "Account",
3 "recordIds": [
4 "001*"
5 ],
6 ...
7}See Also