Configuring the Infor Ming.le Admin Navigator widget
The actions and navigation links available in the
Infor OS Portal or Infor Ming.le
Admin Navigator widget can be configured using the
Configuration Console.
Note:
Before you can configure the Admin
Navigator widget, you must create a configuration for the
AdminNavigatorWidget list on the Employee business class. See "Configuring existing
lists" in Infor Landmark Technology's Configuration Console Web UI User
Guide. Configuration options for the Infor OS Portal or Infor Ming.le
Admin Navigator widget are:
- adding actions
- removing actions
- renaming actions
- adding navigation links
- Select .
- Open the AdminNavigatorWidget from the Master Configuration List.
- In the Edit panel, click Edit to open the Edit LPL window.
-
To add an action, specify the Lawson Pattern Language (LPL) for that action in
the Actions section. For example, to add the Terminate
action, specify
action is Terminate
on a separate line. The configured action must exist on the Employee business class or be accessible through a relation from Employee, such as WorkAssignment. If accessing an action using a relation, use this syntax:action is EmployeeRelationName.RelatedActionName
. - To remove an action, in the Actions section, delete the LPL for the action that begins with "action is..."
-
To rename an action, in the Actions section, add a
label is
line below theaction is
line and indent it. For example, to rename the Terminate action, specifyaction is Terminate
and, indented below it,label is EndEmployment
. -
To add a navigation link to another form, add a line beginning with the words
"navigation is" to the Actions section and specify the LPL navigation name
defined in the Employee business class. For example, to add a link to the
employee's emergency contacts, specify
navigation is EmergencyContactsNav
. Only navigations from the Employee business class can be added at this time. - Click Submit.
This example shows how LPL for actions should be specified in the Actions section of the
Edit LPL
window:
action is Terminate
label is "EndEmployment"
action is EmployeeRelationName.RelatedActionName
navigation is EmergencyContactsNav