Represents the changes to field
values on an Entitlement.
Supported Calls
create(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()
Fields
| EntitlementId
|
- Type
- reference
- Properties
- Filter
- Description
- Required. ID of the Entitlement.
|
| 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.
|
Usage
This object respects field-level security
on the parent object.