Represents the history of changes to the values in the fields of
a solution.
Supported Calls
describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()
Fields
| Field |
- Type
- picklist
- Properties
- Filter, Group, Restricted picklist, Sort
- Description
- The name of the field that was changed. Label is Custom
Field Definition ID.
|
| IsDeleted |
- Type
- boolean
- Properties
- Defaulted on create, Filter
- Description
- Indicates whether the object has been moved to the Recycle Bin (true) or not (false). Label is Deleted.
|
| NewValue |
- Type
- anyType
- Properties
- Nillable, Sort
- Description
- The new value of the field that was changed. Limited to 255 characters.
|
| OldValue |
- Type
- anyType
- Properties
- Nillable, Sort
- Description
- The latest value of the field before it was changed. Limited to
255 characters.
|
| SolutionId |
- Type
- reference
- Properties
- Filter, Group, Sort
- Description
- ID of the Solution. Label is Solution ID.
|
Usage
Use this read-only object to identify
changes to a solution.
This object respects field-level security
on the parent object.