LedgerEliminationRule::validatePeriodToDate Method
Determines whether the date falls in the effective date range for an elimination rule.
Syntax
client server public static boolean validatePeriodToDate(LedgerEliminationRuleId _ruleId, TransDate _periodToDate)
Run On
Called
Parameters
- _ruleId
Type: LedgerEliminationRuleId Extended Data Type
- _periodToDate
Type: TransDate Extended Data Type
Return Value
Type: boolean
true if the date is in the range; otherwise, false.
Remarks
This method calls the public method isInEffectiveRange which expects a record to be read.