xArgs.menuItemName Method [AX 2012]

Gets or sets the name of the menu item to use to start the application object.

public str menuItemName([str value])

Run On

Called

Parameters

value
Type: str
The value to set; optional.

Return Value

Type: str
The name of the menu item to use to start the application object.

  • For example, to set the menu item you could use the following:

  • xArgs.menuItemName(menuitemdisplaystr(CostingVersionPeriodic));

Community Additions

ADD
Show: