ProjectNode.addContextMenuItems Method [AX 2012]

Adds a list of items to the shortcut menu of the project node.

protected str addContextMenuItems()

Run On

Called

Return Value

Type: str
A comma-separated list of the menu items to be added.

Override this method to add a list of items to the shortcut menu of the project node.

When one of the added menu items is selected by a user, the handleContextMenuItem method is called. Override this method to perform the appropriate action.

Community Additions

ADD
Show: