SolutionHistory
Maintains a historical record of changes made to Solution records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the solution history record. | |
| IsDeleted | Boolean | True |
Indicates whether the history record has been deleted from the system. | |
| SolutionId | String | True |
Solution.Id |
Identifier of the solution 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 to the solution was recorded. | |
| Field | String | True |
Name of the solution field that was modified. | |
| OldValue | String | True |
Previous value of the field before the change occurred. | |
| NewValue | String | True |
New value of the field after the change was made. |