Share via


ProjPost.isTransCorrection Method [AX 2012]

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

Syntax

public LedgerCorrection isTransCorrection(
   [AmountCur _amountCur, 
    LedgerCorrection _adjustmentCorrection, 
    ProjOrigin _projOrigin])

Run On

Server

Parameters

Return Value

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

Remarks

The transaction would be a correction if either of the following are true: It is an adjustment transaction and _adjustmentcorrection parameter is true.

The amount is negative and the Project parameter to post negative transactions as correction is enabled.

See Also

Reference

ProjPost Class