No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
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 and if false, the action failed. |