RHRMEmplTable.checkEmplBeforeCalc Method
Checks employee before calculatations.
Syntax
public boolean checkEmplBeforeCalc(
ReportPeriod_RU _dateCalc,
[NoYes _errorMessage,
boolean _ignoreHiringCheck,
boolean _checkDismissal])
Run On
Called
Parameters
- _dateCalc
Type: ReportPeriod_RU Extended Data Type
The date to perform calculation on.
- _errorMessage
Type: NoYes Enumeration
The error message should be shown if yes.
- _ignoreHiringCheck
Type: boolean
The hiring checks will be ignored if true.
- _checkDismissal
Type: boolean
The employee is dismissed check will be performed if true.
Return Value
Type: boolean
false if empoloyee checks found errors, otherwise true.