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/time values.
Syntax
client server public static boolean isActiveByDate(
RecId _recId,
[date _validFrom,
date _validTo])
Run On
Called
Parameters
- _recId
Type: RecId 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 supplied date/time values; otherwise, false.