Axapta : Menu Items Properties
Menu Items
Property |
| Description |
ChangedBy | = | The user who last modified the menu item. |
ChangedDate | = | The date the menu item was last modified. |
ChangedTime | = | The time the menu item was last modified. |
Class | = | The object type that will be executed when activating the menu item. |
ConfigurationKey | = | Used to specify a Configuration Key for the menu. |
CountryConfigurationKey | = | Used to specify a country specific Configuration Key for the menu. |
CreatedBy | = | The user who created the menu item. |
CreatedTime | = | The time the menu item was created. |
CreationDate | = | The date the menu item was created. |
EnumParameter | = | Set a base enum entry, see also the parameter EnumTypeParameter. |
EnumTypeParameter | = | Select a base enum to be passed to the args.parmEnum() in the object which |
|
| is called. See properties Class and Object. |
HelpText | = | Help text that will be displayed in the status bar. |
Label | = | The label of the menu item. |
LockedBy | = | The user who has currently locked the menu item. |
MultiSelect | = | Can this menu item be executed when multiple records are selected in the |
|
| form. |
Name | = | The name of the menu item. |
NeededAccessLevel | = | Required access level to activate this menu item. |
Object | = | The object that will be executed when activating the menu item. |
Parameters | = | Enter a string value to be passed to the args.parm() in the object which is |
|
| called. See properties Class and Object. |
RunOn | = | This property will specify whether the object is executed on AOS or not. |
SecurityKey | = | Used to specify a Security Key for the control. |
Web | = | Web property. |
WebConfigurationKey | = | Web property. |
WebPage | = | Web property. |
WebSecureTransaction | = | Web property. |
Comments