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 value is active as of the supplied date values.
Syntax
client server public static boolean isActiveByDate(
PayrollTaxCodeParameterDurationRecId _taxCodeParameterDurationRecId,
[date _validFrom,
date _validTo])
Run On
Called
Parameters
- _taxCodeParameterDurationRecId
Type: PayrollTaxCodeParameterDurationRecId Extended Data Type
The record ID to check.
- _validFrom
Type: date
A ValidFrom field value.
- _validTo
Type: date
A ValidTo field value.
Return Value
Type: boolean
true if the record is active as of the supplied date/time; otherwise, false.