Version records
The sys_update_version table contains records that represent the state of a customizable object at a particular time.
A customizable record is any object that is tracked by update sets, such as business rules or script includes. A new version record is created automatically whenever a customizable record is changed or changes the application file for the customizable record.
| Field | Description |
|---|---|
| Name | A unique identifier for coalescing versions of the same customized record. |
| Record name | Name of the customized record. |
| Source | Indicator of how the version was added on the instance.
|
| State | Indicator of whether the version is or has ever been loaded on the instance.
|
| Application | The application for the customized record, if it’s assigned to an application. |
| Payload | The data for this version of the customized record. |
| Reverted from | A reference to the older version record, if this version was created by reverting to an older version. This field is only visible in the list view. |
| Instance Name | The name of the remote instance where the version was originally created. This field is added by configuring the form. |
| Instance ID | The URL of the remote instance where the version was originally created. This field is added by configuring the form. |
| Version List | All versions of the customized record that are available on the instance. This field is only visible in the form view. |