Share via


LedgerEliminationRule::validateEliminationRule Method

Determines whether an elimination rule and the processing criteria are valid.

Syntax

client server public static boolean validateEliminationRule(
    LedgerEliminationRuleId _ruleId, 
    TransDate _periodToDate, 
    TransDate _glPostingDate)

Run On

Called

Parameters

Return Value

Type: boolean
true if the rule is valid to process; otherwise, false.

Remarks

This method calls the public method validateRule once an elimination rule is read.

See Also

Reference

LedgerEliminationRule Table