Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the menu item to use to start the application object.
Syntax
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.
Remarks
For example, to set the menu item you could use the following:
xArgs.menuItemName(menuitemdisplaystr(CostingVersionPeriodic));