PayrollTaxExternalReporting::isActiveByDate Method

Checks whether the record that corresponds to the supplied record ID value is active as of the supplied date/time values.

Syntax

client server public static boolean isActiveByDate(
    RecId _recId, 
   [date _validFrom, 
    date _validTo])

Run On

Called

Parameters

  • _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 supplied date/time values; otherwise, false.

See Also

Reference

PayrollTaxExternalReporting Table