PayrollBenefitDetail.existsByTimeState Method
Checks whether a record exists in the PayrollBenefitDetail table for the given time state range.
Syntax
public boolean existsByTimeState(ValidFromDate _validFrom, [ValidToDate _validTo])
Run On
Called
Parameters
- _validFrom
Type: ValidFromDate Extended Data Type
A ValidFrom field value.
- _validTo
Type: ValidToDate Extended Data Type
A ValidTo field value; optional.
Return Value
Type: boolean
true if a record exists; otherwise, false.