SiteHistory
Tracks changes made to Site records, logging modifications over time.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the site history record. | |
| IsDeleted | Boolean | True |
Indicates whether the site history record has been deleted from the system. | |
| SiteId | String | True |
Site.Id |
Identifier of the site associated with this history entry. |
| CreatedById | String | True |
Identifier of the user who made the change recorded in this history entry. | |
| CreatedDate | Datetime | True |
Date and time when the change was logged in the history. | |
| Field | String | True |
Name of the field on the site record that was changed. | |
| OldValue | String | True |
Previous value of the field before the change occurred. | |
| NewValue | String | True |
Updated value of the field after the change was made. |