CREATESEMPLOYEEOVERRIDE

Description:

When employee shift overrides are created, you can add up to ten (10) employee schedule flags and five (5) employee schedule UDFs to the EMPLOYEE_SCHEDULE table. Employee schedule flags are stored in the Empskd_Flags column (Column 18) and employee schedule UDFs are stored in the Empskd_UDF[1.5] column (Columns 19 through 23, inclusive).

The Empskd_Flags field contains a string of 10 flag positions. Use the ampersand (&) character to blank out any particular flag position. The purpose of these fields is to maintain a record whenever an employee schedule override is created. If the Creates Employee Override interface parameter is not selected (i.e., Registry CREATESEMPLOYEEOVERRIDE set to FALSE), these fields are not used. These fields are not visible through the user interface and are typically used for customization purposes.

Valid Values:

TRUE or FALSE

Default Value:

FALSE

Location:

system/interfaces/ScheduleImportInterface/

Effective:

n/a