HRMAbsenceTrans::existTrans Method
Checks that a record exists in HRMAbsenceTrans table for a supplied HRMAbsenceTableId field value.
Syntax
client server public static boolean existTrans(HRMAbsenceTableId _hrmAbsenceTableId, [TransDate _transDate])
Run On
Called
Parameters
- _hrmAbsenceTableId
Type: HRMAbsenceTableId Extended Data Type
The supplied HRMAbsenceTableId field value.
- _transDate
Type: TransDate Extended Data Type
The supplied TransDate field value; optional.
Return Value
Type: boolean
true if the record ID exists; otherwise, false.