WORKBOOK_CMD_MENU

STRING, comprising a comma-separated list of script codes

For example:

WORKBOOK_CMD_MENU,WORKBOOK_STATUS_MENU,WORKBOOK_APP_MENU,WORKBOOK_EDIT_MENU,WORKBOOK_INST_MENU

When a workbook session is open and you select the main command menu, then:

  • If empty (default on deploy), or the preference is missing, then no main 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 the workbook command 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 to the left of the formula bar.

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