EMPLOYEE_NAME_DISPLAY
- Description:
-
This parameter controls how an employee's name is displayed in Manage Schedule, Billboard Manager, and Approve Time Off. As a system administrator, you can select one of these options:
- 1 represents
EMP_FULLNAME
- 2 represents
EMP_FULLNAME (EMP_NAME)
- 3 represents
(EMP_NAME) EMP_FULLNAME
For any value specified outside of 1, 2, or 3 the value for
EMP_FULLNAME
is used.The
EMP_FULLNAME
from the configuration in theFULL_NAME_FORMAT
registry, located under system/WORKBRAIN_PARAMETERS/FULLNAME_FORMAT is fetched by the system. The assumption is that this registry must always be configured during implementation and should be set up before configuring the values in theEMPLOYEE_NAME_DISPLAY
registry. - 1 represents
- Valid Values:
-
1, 2, 3
- Default Value:
-
3
- Location:
-
/system/modules/scheduling/EMPLOYEE_NAME_DISPLAY
- Effective:
-
2024.10