Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Runs the identity checks on desired employee table.
Syntax
server public static boolean checkEmployeeTable(EmployeeTable_RU _employeeTable, DirPersonBirthDate _birthDate)
Run On
Server
Parameters
- _employeeTable
Type: EmployeeTable_RU Table
The employee details table.
- _birthDate
Type: DirPersonBirthDate Extended Data Type
The birth date.
Return Value
Type: boolean
true if check is passed without errors, otherwise false.