Description

The action list is a controller object that allows to define a list of actions that can be run at any time using a Run Action List action. It is very useful when you want to perform the same actions from different events or objects: instead of duplicating actions, you can put them in an action list. You can also use it to perform actions starting from custom JavaScript code.

Properties

Action List supports only Generic Controller Properties

Events

Other than Generic Controller Events, Action Lists expose a Run event where you can put actions to be executed when invoking the Run Action List action on the object.

Actions

Each action list accepts a Run Action List action, which basically triggers the Run event of the target action list, executing it.