Custom object record events show all updates made to records, whether by a person or business rule, such as an object trigger. By looking at the record events, you can see the complete history of the record. Events include record properties that are added, removed, or changed. However, object-level events, such as modifications to a custom object's schema of custom fields, and object trigger notifications associated with a record aren't reflected in the record events.
Viewing custom object record events
When viewing a custom object record, you can use the Events tab to view a list of the record's events. By default, the 20 most-recent events are displayed, but you can expand the list to see more events.
- In Support, click Custom
objects (
) in the sidebar.
- Select the custom object for which you'd like to view record events.
- Search for and click the name of the record you want to view the event history for.
- Click the Events tab.
- (Optional) If there are more than 20 events for the record, click Show more to see all of them.
Understanding what is shown in record events
Custom object record events show most events related to a record, such as creation, changes to values, some object trigger actions, and more. However, the list doesn't include changes to the custom object itself, even though that can affect the object's records. For example, if an admin deletes a field from a custom object's schema, the field and any values stored in that field are also removed from that object's records, but this is considered a change to the object rather than the record.
- Record created
- Values added
- Values changed
- Object trigger actions (excluding notifications)