HRMAbsenceStatusColumns::checkOkToPrintOut Method
Checks that the number of columns selected to print out for any HRMAbsenceStatusListId value does not exceed the maximum limit of 5.
Syntax
client server public static boolean checkOkToPrintOut(HRMAbsenceStatusListId _hrmAbsenceStatusListId)
Run On
Called
Parameters
- _hrmAbsenceStatusListId
Type: HRMAbsenceStatusListId Extended Data Type
The HRMAbsenceStatusListId value to evaluate.
Return Value
Type: boolean
true if the number of columns selected to print does not exceed the limit of 5; otherwise, false.
Remarks
Due to the unlimited number of columns that could be associated to a HRMAbsenceStatusListId value, a limit of only 5 columns can be selected for printing out at any one time.