PayrollPayPeriod::lookupPayPeriodByPayCycle Method
Provides a custom lookup for PayrollPayPeriod records that filters based on the PayCycleId value.
Syntax
client server public static Common lookupPayPeriodByPayCycle(FormReferenceControl _formReferenceControl, PayrollPayCycleId _payCycleId)
Run On
Called
Parameters
- _formReferenceControl
Type: FormReferenceControl Class
The form control that is bound to the foreign key reference to the PayrollPayPeriod table.
- _payCycleId
Type: PayrollPayCycleId Extended Data Type
The PayrollPayCycleId value.
Return Value
Type: Common Table
The payroll period filtered record.