Share via


RetailDeploymentHierarchyController.InvokeMenuItemAction Method [AX 2012]

Invokes the menu item specified for the menu number.

Syntax

public void InvokeMenuItemAction(
    int64 nodeID, 
    int iMenuItemNumber, 
    int iSubMenuItemNumber)

Run On

Called

Parameters

  • nodeID
    Type: int64
    The id of the node that was clicked.
  • iMenuItemNumber
    Type: int
    The menu item number that was chosen.
  • iSubMenuItemNumber
    Type: int
    The sub-menu item that was chosen if any.

See Also

Reference

RetailDeploymentHierarchyController Class