This documentation supports the 23.3 version of BMC Helix Innovation Suite (AR System and BMC Helix Innovation Studio).

To view an earlier version, select the version from the Product version menu.

Defining a context menu

A context menu contains menu and sub-level menu items, for individual AR System table objects including list view tables, tree view tables, and cell-based tables. For more information about tables, see Defining tables to display data.

You can define and customize a context menu. You can change the order of the menu items and its labels through Developer Studio. You can define workflow to execute upon the selection of the menu item. You can also use workflow to enable or disable menu items or to hide or show menu items.

AR System provides the capability to create static and dynamic context menus. A static menu is one that has a static list of items and can have multiple levels. You need to plan your menu structure; labels, hierarchy, and order of items, before creating a context menu with static items. 


On the other hand, a dynamic context menu provides you greater flexibility with the menu items. The values for the menu items are attached at run-time. Menu from any of the supported AR System menu types can be attached. See Defining application menus. You can use entries from an existing AR System form as menu items by attaching it to a context menu. 

The following figure shows the dynamic context menu with a label. In this case, the menu items are added as a sub-menu. 

Dynamic context menu with label

  

The following figure shows the dynamic context menu without a label. In this case, the dynamic context menu is attached to the main menu. 

Dynamic context menu without label

 

For more information about workflows, see Workflow considerations for table fields. For more information about creating sub-menus, see Creating character menus.

To create a static context menu

  1. Open the form to which you want to add the context menu.
  2. Add the required table fields to the form. For more information, see Adding a table field to a form.
  3. Right-click on the table and select Edit Menu/Navigation Items.
    The Edit Context Menu dialog box is displayed.

    Alternatively, you can also select the table field and click Form > Edit Menu/Navigation Items to display the Edit Context Menu dialog box.

  4. In the Edit Context Menu dialog box, use the Add Menu, Add Item, and Add Separator buttons to create menus for the field. These menu items are appended to the default context menu items.

    To remove the default context menu items from the context menu, set the labels to "" in Developer Studio.
  5. Right-click the form, and select Save.

To create a dynamic context menu in a table field

  1. Setting fields in the form:
    1. Follow steps 1-5 as specified in to create a static context menu to create a table with context menu.
    2. Add a Character field and a Button to the form.
    3. For the Table, Character field, and Button fields added in step a and b, change the Label names to more meaningful names. To do this, open the Display properties in the Properties editor to update the Labels. See Field properties.
    4. In the Properties editor for the table, open the Database properties for the context menu and copy the Id.
      Make a note of the field Id of the context menu item to which the AR System menu will be attached. At run-time, the workflow accepts the field Id and dynamically attaches the context menu.
    5. Right-click the form, and select Save.
  2. Define an Active Link that attaches the context menu at run-time
    1. Open a new Active Link and associate the form with it.
    2. Set the Active Link to execute on the Button field that you have set on the form in step 1b.
    3. Right-click If Actions and select Add Action > Change Field.
    4. In the Field list, select Field Value. Click the ellipsis button. From the Field /Keyword Selector dialog box, select the Character field added in step 1b.
      The runtime value of this field determines the context menu to be attached.
    5. In the Menu list, select Changed. Enter the name of the menu to attach or click the ellipsis button to select the menu from the Menu/Keyword Selector dialog box.
    6. Save the Active Link.
      If the context menu is disabled, the items attached to the context menu will also appear disabled. Similarly, if the context menu is hidden, the items attached to the context menu are not visible to the user.
Was this page helpful? Yes No Submitting... Thank you

Comments