RHRMIdentityCardEngine::checkEmployeeTable Method [AX 2012]
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.