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.
Indicates whether the record that corresponds to a specified record ID value is active as of the specified date time values.
Syntax
client server public static boolean isActiveByTimeState(
HcmPositionBudgetDefaultValueRecId _recId,
[utcdatetime _validFrom,
utcdatetime _validTo])
Run On
Called
Parameters
- _recId
Type: HcmPositionBudgetDefaultValueRecId Extended Data Type
The value of the record ID to check.
- _validFrom
Type: utcdatetime
A ValidFrom field value.
- _validTo
Type: utcdatetime
A ValidTo field value.
Return Value
Type: boolean
true if the record is active as of specified date time values; otherwise, false .