Displaying Additional Details using Employee Details (EMP_VAL)
As with User Definition Fields (UDF), Employee Details (EMP_VAL) can also be used to enrich schedule display:
What do I want to do? | Registry Parameters and Values |
---|---|
Specify what EMP_VAL fields should be displayed in Employee cell of the MVS views. | Set: EMP_VAL_LABEL_FIELDS = List of EMP_VAL fields. For example, EMP_VAL7,EMP_VAL8,EMP_VAL15. |
Specify what EMP_VAL fields can be a chosen as a sorting criteria to sort employees in the views. | Set: EMP_VAL_SORT_FIELDS = List of EMP_VAL fields. For example, EMP_VAL7,EMP_VAL8,EMP_VAL15. |
To define substitution names for displaying in the criteria drop-down box instead of EMP_VALn to improve clarity. | Set: EMP_VAL_SORT_FIELDS = List of EMP_VAL fields' aliases in the order similar to the order of fields defined in the EMP_VAL_SORT_FIELDS (see above). For example: FTE,CAR,NICKNAME will define FTE as an alias for EMP_VAL7; CAR as an alias for EMP_VAL8 and NICKNAME as an alias for EMP_VAL15 (see example of EMP_VAL_SORT_FIELDS above). |
- FTE defined for the employee.
- Define FTE in the correct registry settings.
- FTE is displayed in views.
- User sorts according to FTE.