23.11.2006, 16:00 | #1 |
Участник
|
Axapta Lessons: Menu Item Properties.
Источник: http://axapta-lessons-learned.blogsp...roperties.html
============== Each menu item has a number of properties, which we can find in the property sheet. The next table gives an explanation of the available properties. Not all of the properties require a value. Name: Name of the menu item in the AOT. Label: Enter the name displayed in menus and on buttons. HelpText: Create a help string for the menu item. The help string is displayed below in the status bar. Class: Choose one of the object types that match your object. Types are: Class Form Job Query Report Web Web Form Web Page Web Report Object: Choose one of the objects from the object type given by the Class property. Parameters: Enter text as parameters to the Object. EnumTypeParameters: Choose an enumerated type as parameters to the Object. EnumParameter: Enter the parameter for the Enum Type. RunOn: Choose whether the menu item should be executed on the client, the server or where it is called from. ConfigurationKey: Set which key(s) are required to enable the menu item. CountryConfigurationKey: Idem but for country. WebConfigurationKey: Set which key(s) are required to enable the menu item used in a Web page. SecurityKey: Set which key(s) are required to enable the menu used in conjunction with NeededAccessLevel. Default is disabled on installation. NeededAccessLevel: Define the minimum access required if the menu item is to appear on a menu or a button. In conjunction with SecurityKey, this property is used to set access to Axapta’s menu. Web: WebSecureTransaction: WebPage: MultiSelect: Choose to allow use of the menu item on multiple record selections in forms. CreatedBy: A read-only property set by the system. Gives the name of the user who created the object. CreatedDate: A read-only property set by the system. Gives the date when the object was created. ChangedBy: A read-only property set by the system. Gives the name of the user who last modified the object. ChangedDate: A read-only property set by the system. Gives the date when the object was last modified. ChangedTime: A read-only property set by the system. Gives the time when the object was last changed. LockedBy: A read-only property set by the system. Gives the name of the user who has currently locked the object. Remark: The EnumTypeParameter and EnumParameter are typically used to make one form behave differently depending on the menu item that is opening or calling the form. ============== Источник: http://axapta-lessons-learned.blogsp...roperties.html |
|