PayrollCalculationFrequency.isDefaultCalculationFrequency Method
Indicates whether the calculation frequency is the default frequency (All) that was created in the PayollSetup class.
Syntax
public boolean isDefaultCalculationFrequency()
Run On
Called
Return Value
Type: boolean
true if it is the default frequency; otherwise, false.
Remarks
The default calculation frequency (All) implies that the referencing element is processed in every pay cycle. In this case, pay periods are not added to the PayrollCalculationFrequencyPayPeriod table.
This method provides a consistent way to check for the All calculation frequency. Note that the label that is referenced is locked by design; therefore, it will never be translated.