Represents the history of changes
to the values in the fields on a ServiceContract (customer support agreement).
Supported Calls
create(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()
Fields
| Field
|
- Type
- picklist
- Properties
- Filter, Restricted picklist
- Description
- The name of the field that was changed.
|
| 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
- Description
- The new value of the field that was changed.
|
| OldValue
|
- Type
- anyType
- Properties
- Nillable
- Description
- The latest value of the field before it was changed.
|
| ServiceContractId
|
- Type
- reference
- Properties
- Filter
- Description
- Required. ID of the ServiceContract.
|
Usage
Use this object to identify changes
to a service contract.
This object respects field level security
on the parent object.