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: [ { 
3    actionName: "UpdateCase",
4    recordId: "recordId",
5    type: "QuickAction"
6} ],
7errors: []