Skip to main content

selectAction()

Last updated 14/02/2024

The selectAction() is a function on the Five object that selects an action to take the place of the current action without leaving the current menu. Because you have not left the current menu, you can use the previousAction() function to return to the action that was replaced.

Available
Client


Function Signature
selectAction(actionId: string [, recordKey: string]) : void;

ParameterTypeDescription
actionIdstringThe action ID for the action being selected
recordKeystringIf the action ID is a form based action, you can optionally select a form record using the record key

Examples

selectAction()