Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether the record that corresponds to the supplied record ID is active as of the specified date/time values.
Syntax
client server public static boolean isActiveByTimeState(
    PayrollBenefitCalculationRateVerRecId _recId, 
   [ValidFromDate _validFrom, 
    ValidToDate _validTo])
Run On
Called
Parameters
- _recId
 Type: PayrollBenefitCalculationRateVerRecId Extended Data Type
 The record ID to check.
- _validFrom
 Type: ValidFromDate Extended Data Type
 A ValidFrom field value.
- _validTo
 Type: ValidToDate Extended Data Type
 A ValidTo field value.
Return Value
Type: boolean
true if the record is active as of the specified date/time values; otherwise, false.