PayrollPayPeriod::existByPayCycleAndStartDate Method
Indicates whether the specified record in the PayrollPayPeriod table exists.
Syntax
client server public static boolean existByPayCycleAndStartDate(PayrollPayCycleRecId _cycleId, PeriodStart _periodStart)
Run On
Called
Parameters
- _cycleId
Type: PayrollPayCycleRecId Extended Data Type
The PayrollPayCycle record of the PayrollPayPeriod table to search.
- _periodStart
Type: PeriodStart Extended Data Type
The starting date of the pay period to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.