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.

WorkGoalCollaboratorHistory

Represents the history of changes to the values in the fields in a WorkGoalCollaborator object. Access is read-only.

This object has been deprecated as of API version 35.0. Use the Goal object to query information about WDC goals in API version 35.0 and later.

Note

Supported Calls

describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()

You can also enable delete() in API version 42.0 and later. See Enable delete of Field History and Field History Archive.

Fields

Field Name Details
DataType
Type
picklist
Properties
Filter, Group, Nillable, Restricted picklist, Sort
Description
Data type of the field that was changed.
Field
Type
picklist
Properties
Filter, Group, Restricted picklist, Sort
Description

Name of the standard or custom field.

NewValue
Type
anyType
Properties
Nillable, Sort
Description

New value of the modified field.

OldValue
Type
anyType
Properties
Nillable, Sort
Description

Previous value of the modified field.

WorkGoalCollaboratorId
Type
reference
Properties
Filter, Group, Sort
Description

ID of the WorkGoalCollaborator object that is associated with this history entry.