Newer Version Available

This content describes an older version of this product. View Latest

getSelectedActions

Allows custom components to access selected quick actions on a record page.

Arguments

None.

Response

Returns a Promise. Success resolves to a response object. The Promise is rejected on error response.

1success: boolean,
2actions: [ { actionName : "UpdateCase", recordId : "recordId" } ],
3errors: []