Context menu item properties
General
Property | Description |
---|---|
ID (advanced) | Identification code for the item. You cannot change the IDs of the out-of-the-box controls. You can change the IDs that Infor Public Sector generates for agency-defined controls, but we recommend that you use the default values. |
Access
Property | Description |
---|---|
ViewAccessId (advanced) | Access ID for the permission that users must be granted to view the item. |
ViewAccessPath (advanced) | Path of the permission that users must be granted to
view the item. The access path is an alternative to the access ID. For example, the access ID for the permission to create a work order is 8434, and the path is Work Management/Work Order/Create Work Order. |
Appearance
Property | Description |
---|---|
DisplayText | Text that is displayed for this item in the popup menu. |
Behavior
Property | Description |
---|---|
IsInitiallyVisible (advanced) | Indicates whether the item is initially visible in the menu. |
Rules
Property | Description |
---|---|
AppletMoniker (advanced) | Moniker of the applet that Infor Public Sector will run when the item is selected. If null, an event manager will be used to locate the correct moniker. |
ClientRule (advanced) | JavaScript that will be executed when the item is selected. |
ServerRule (advanced) | Method that will be executed when the item is selected. |
ServerRuleParameter (advanced) | ID of the item, sent as a parameter to the method specified in the ServerRule property. |