Action script for list context menus
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- Lists
The Action script field, on the Context Menu form, defines a script. The script runs when someone selects the context menu option.
This script is client-side and runs in the user's browser. The following JavaScript variables are available to the Action script when it is executed.
The base system uses the following code in an action script to refresh the platform
view.
Another example is the use of these variables in a list header menu to sort a list by the
selected field in descending order (z to
a).