Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space PD and version Mickle

...

PropertyDescription
Menu Item ID This column shows the internal identifier of the command. (To discover the actual label for the command that appears in the shortcut menu, look up the menu item ID in the Action Rights window.)
Order This column sets the order of the commands in the shortcut menu (1 is the topmost position in the shortcut menu).
Right to See This column sets the security level for the command. Only users with a security level equal to or greater than the value configured in this column will be able to see the command.
Confirm Required When this check box is selected, the system will prompt the user to confirm actions (such as delete) before proceeding with the action.
Password Required When this check box is selected, the system will prompt the user to enter his or her password before proceeding.
Show on Tool BarThis creates a button at the top of the grid object for the action.
Action Handler Groovy Script

 You may create a custom command that executes a groovy script when it is selected. This column lists the available groovy scripts, which are created by AgileAssets staff and stored in the database itself.

Note: When you create a custom command, you must first create a menu item ID for the command in the Action Rights window and also request that AgileAssets create the Java script for the command's action. This is necessary because when you insert a new record in this tab, the system will ask you for the ID of the command. Similarly, in the new record, the Java script must be stored in the database so you can select it from the drop-down list in this column.

Action Handler JS Script

 You may create a custom command that executes a Java script when it is selected. This column lists the available Java scripts, which are created by AgileAssets staff and stored in the database itself. (The Java scripts cannot be created or modified from within the application.)

Note: When you create a custom command, you must first create a menu item ID for the command in the Action Rights window and also request that AgileAssets create the Java script for the command's action. This is necessary because when you insert a new record in this tab, the system will ask you for the ID of the command. Similarly, in the new record, the Java script must be stored in the database so you can select it from the drop-down list in this column.

BeforeOpen Script This column contains a drop-down list of BeforeOpenMenu-type Groovy scripts, which are configured in the Groovy Scripts window. These scripts affect the display of the command in the shortcut menu (not the action of the command itself). For example, you could select the Groovy script that hides the command when a user displays the shortcut menu.
Custom Help This field shows the Help information that is displayed when the Enable Custom Help check box on the Window Properties tab is selected and the icon is clicked. You cannot edit or enter text in this field directly. Instead, you should right-click the field to display a shortcut menu and then select the Edit Custom Help command. This command displays a rich-text editor that you may use to compose Help information.
Note
Note: When you create a custom command, you must first create a menu item ID for the command in the Action Rights window and also request that AgileAssets create the Java script for the command's action. This is necessary because when you insert a new record in this tab, the system will ask you for the ID of the command. Similarly, in the new record, the Java script must be stored in the database so you can select it from the drop-down list in this column.