PayrollTaxCodeParameterDuration::isActiveByDate Method
Checks whether the record that corresponds to the supplied record ID is active as of the supplied date values.
Syntax
client server public static boolean isActiveByDate(
PayrollTaxCodeParameterRecId _recId,
[date _validFrom,
date _validTo])
Run On
Called
Parameters
- _recId
Type: PayrollTaxCodeParameterRecId 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.