InventMovement.isProjTransCorrection Method [AX 2012]

Indicates whether the project transaction should be marked as correction or not.

Syntax

public LedgerCorrection isProjTransCorrection()

Run On

Called

Return Value

Type: LedgerCorrection Extended Data Type
true if the transaction should be a correction; otherwise, false.

Remarks

A project transaction will be a correction if: Transaction is of type adjustment and method parmProjAdjustCorrection returns true, or Transaction is of type item journal and quantity is receipt and Project parameter to post negative amounts as correction is enabled.

See Also

Reference

InventMovement Class