Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

EntitlementContact

Represents a Contact eligible to receive customer support via an Entitlement. This object is available in API version 18.0 and later.

Supported Calls

create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete()

Fields

Field Details
ContactId
Type
reference
Properties
Create, Filter, Group, Sort
Description
Required. ID of the Contact associated with the entitlement. Must be a valid ID.
EntitlementId
Type
reference
Properties
Create, Filter
Description
Required. ID of the Entitlement associated with the entitlement contact. Must be a valid 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.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Nillable
Description
Required. Name of the entitlement contact.

Usage

Use to query and manage entitlement contacts.