PerformQuickActionResult

The performQuickActions() call returns an array of PerformQuickActionResult objects.

NameTypeDescription
createdbooleanIf true, the record was created successfully and if false, no record was created.
errorsError[]If an error occurred during the call, an array of one or more Error objects providing the error information.
feedItemIdsID[]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.
idsID[]An array of IDs.
successbooleanIf true, the action executed successfully. If false, the action failed.
successMessagestringReturns the message that displays to the user upon successful completion of the action.