DealPropertiesHistory
Retrieves the history of changes made to deal properties, useful for auditing sales data.
Select
The PropertyName filter is required to retrieve data from this view:SELECT * FROM DealPropertiesHistory WHERE PropertyName = 'Create Date'
Columns
| Name | Type | References | Filterable | Description |
| PropertyName | String | False | The name of the property whose value changed on the deal. | |
| Value | String | False | The historical value that was assigned to the property. | |
| SourceType | String | False | The method through which the property change occurred, such as user action or API. | |
| SourceId | String | False | Additional context about the source of the update, if available. | |
| Timestamp | Datetime | False | The date and time when the property was updated. | |
| DealId | Long | False | The unique identifier of the deal associated with the property change. |