Share via


KanbanBoardForm.runMenuItem Method [AX 2012]

Runs a command.

Syntax

public void runMenuItem(
    str _menuItemStr, 
   [MenuItemType _menuItemType, 
    Common _common])

Run On

Called

Parameters

  • _menuItemStr
    Type: str
    A string value that specifies the command to execute.
  • _common
    Type: Common Table
    A Common table buffer that is used when executing the command.

See Also

Reference

KanbanBoardForm Class