LeadHistory
Maintains a historical record of changes made to Lead fields that have history tracking enabled.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the lead history record. | |
| IsDeleted | Boolean | True |
Indicates whether the history record has been deleted. | |
| LeadId | String | True |
Lead.Id |
ID of the lead whose field value changed. |
| CreatedById | String | True |
ID of the user who made the change. | |
| CreatedDate | Datetime | True |
Date and time when the change was recorded. | |
| Field | String | True |
Name of the field that was changed. | |
| OldValue | String | True |
Previous value of the field before the change. | |
| NewValue | String | True |
New value of the field after the change. |