WORKBOOK_RCLICK_MENU

STRING, comprising a comma-separated list of script codes

For example:

WORKBOOK_RCLICK_MENU

When a workbook session is open and you right-click on a grid cell, then:

  • If empty (default on deploy), or the preference is missing, then no workbook cell right-click menu options are available for the workbook session.
  • If not empty, then for each valid script code where the script has a Script Type of Workbook, and contains XML content, then the menu is built from the scripts such that a workbook cell right-click menu shows one top-level menu for each valid script code, the order of menus corresponds to the order in the list, and all menus appear in the right-click menu.

A script may be referenced from the list of active scripts in scope with a Script Type of Workbook, as configured in the CCSCRT—Script application.

Related Processes