Dynamic actions script for list context menus
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- Lists
The Dynamic actions script field, on the Context Menu form, defines a script. The script populates a list context menu with dynamic options, such as filters or views.
The following JavaScript variables are available to the dynamic actions script when it is
executed.
The following example displays a list title menu item that controls the number of records
per page in the list
view.
Note: The action script for this item must define the
showRowsPerPage function so that when selecting this menu item, that
function is called with an argument of 50.