PayrollEarningCodeDetail::existByEarningCodeManualPaymentType Method
Determines whether the specified record in the PayrollEarningCodeDetail table exists.
Syntax
client server public static boolean existByEarningCodeManualPaymentType(
PayrollEarningCodeRecId _earningCodeRecId,
ValidFromDate _validFrom,
[ValidToDate _validTo])
Run On
Called
Parameters
- _earningCodeRecId
Type: PayrollEarningCodeRecId Extended Data Type
The value of the EarningCode field of the record to find.
- _validFrom
Type: ValidFromDate Extended Data Type
A value in the ValidFrom field.
- _validTo
Type: ValidToDate Extended Data Type
A value in the ValidTo field.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.