JmgPayRule.evaluate Method [AX 2012]

Evaluates whether the specified transaction fulfills the pay rule.

Syntax

public boolean evaluate(ExpressionTable _expressionTable, JmgStampJournalTrans _jmgStampJournalTrans)

Run On

Called

Parameters

  • _expressionTable
    Type: ExpressionTable Table
    The ExpressionTable record, which holds the expression to evaluate.

Return Value

Type: boolean
true, if the transaction fulfills the pay rule; otherwise, false.

See Also

Reference

JmgPayRule Class