AuditHistory
Represents an audit trail of changes made to records, capturing the field-level details, action performed, and source of each change.
Columns
| Name | Type | Description |
| changeDetailsFieldName | String | The name of the field that was changed in this audit history entry. |
| changeDetailsNewValue | String | The new value of the field after the change. |
| changeDetailsObjectId | String | The Id of the object that was changed in this audit history entry. |
| changeDetailsObjectName | String | The name of the object that was changed in this audit history entry. |
| changeDetailsPreviousValue | String | The previous value of the field before the change. |
| changeSourceAccessDateTime | Datetime | The date and time when the change was made. |
| changeSourceActionPerformed | String | The action performed that triggered this audit history entry, such as create or update. |
| changeSourceClientIPAddress | String | The IP address of the client from which the change was made. |
| changeSourceCompletedBy | String | The user who completed the action recorded in this audit history entry. |
| changeSourceSource | String | The source from which the change originated, such as a user interface or API. |
| changeSourceWorkflowAction | String | The workflow action associated with the change recorded in this audit history entry. |
| href | String | The URL of the audit history resource. |
| id | String | The unique identifier of the audit history entry. |
| key [KEY] | String | The system-assigned key that uniquely identifies the audit history record. |
| notes | String | Additional notes or comments associated with this audit history entry. |