Share via


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

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.

See Also

Reference

LedgerEliminationRule Table