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.
Engagements Class
Stores the a list of DataRetrieval.Engagement
records.
Namespace
Engagements Constructors
Use the Engagements constructor to initialize the
Engagements class that stores the list of engagement
records.
The Engagements class includes these constructors.
Engagements(records)
Creates an instance of the DataRetrieval.Engagements
class by using specified parameters to store the engagement records.
Signature
public Engagements(List<DataRetrieval.Engagement> records)
1DataRetrieval.Engagements, newinstance, [List<DataRetrieval.Engagement>], DataRetrieval.EngagementsParameters
- records
- Type: List<DataRetrieval.Engagement>
- The DataRetrieval.Engagement records, including the objectApiNames and recordIds parameters.