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.

PerformQuickActionResult

The performQuickActions() call returns an array of PerformQuickActionResult objects.
Name Type Description
created boolean If true, the record was created successfully and if false, no record was created.
errors Error[] If an error occurred during the call, an array of one or more Error objects providing the error information.
feedItemIds ID[] Returns an array of unique identifiers of a feed item in the form of a string with IDs; in partner portals, a type with an ID is returned.
ids ID[] An array of IDs.
success boolean If true, the action executed successfully. If false, the action failed.
successMessage string Returns the message that displays to the user upon successful completion of the action.