When you select a submenu from the menu bar in a CA Automation Point function or session window, a drop down list of menu options appear. If you wish to add a menu option to an existing submenu, you'll first need to reference existing names for menus and submenus before adding customized menu options. Follow these steps to customize.
Note: If the menu setting is set to default, the actual name of the menu will follow these naming conventions:
Note: Submenus many be defined in more than one menu. If you add a menu option to an existing submenu, the menu option will appear in every desktop window that uses a menu defined with that submenu name. If this is not the desired result, you may wish to create a new submenu with the customized menu options and include that submenu on menus of your choice. For more information, see the section Adding New Submenus to Existing Menus.
Example: The following SUBMENU statement included in the user.mnu file will add three more menu options to the Cmdarea submenu in the Merged Msg window.
SUBMENU = cmdbox,
ITEM = ( '~Fast background updates', XCCMD('SESSCNTL BWUPDATE(1)')),
ITEM = ( 'Normal ~background updates', XCCMD('SESSCNTL BWUPDATE(5)')),
ITEM = ( '~Slow background updates', XCCMD('SESSCNTL BWUPDATE(9)'))
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|