LedgerJournalEngine.taxChanged Method [AX 2012]

Indicates if a tax field has changed.

Syntax

protected boolean taxChanged(LedgerJournalTrans _ledgerJournalTrans)

Run On

Called

Parameters

Return Value

Type: boolean
true if tax fields have changed; otherwise, false.

Remarks

This method returns false, except for the implementation in the LedgerJournalEngine_VendApprove, where it returns true if one of the following fields is changed: TaxCode, TaxGroup, TaxItemGroup.

See Also

Reference

LedgerJournalEngine Class