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.
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
- _ruleId
Type: LedgerEliminationRuleId Extended Data Type
- _periodToDate
Type: TransDate Extended Data Type
- _glPostingDate
Type: TransDate Extended Data Type
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.