FULLNAME_CASE

Description:

Modified the EmployeeAccess class to construct the EMP_FULLNAME field from a format string stored in the registry. The format is stored in the /system/WORKBRAIN_PARAMETERS/FULLNAME_FORMAT registry variable. The format is a string with embedded column names. The column names are enclosed in square brackets. Any other text in the format string is treated as a string constant and is included in the resulting name. The default format is:

[EMP_LASTNAME], [EMP_FIRSTNAME]

The case of the resulting name is conditionally changed according to the value of the /system/WORKBRAIN_PARAMETERS/FULLNAME_CASE registry variable. The case of the formatted name is not changed if the system is configured with a value of NONE.

Valid Values:

UPPER, LOWER or NONE

Default Value:

NONE

Location:

system/WORKBRAIN_PARAMETERS

Effective:

n/a