Share via


InventModelType_MovingAverage.isTransactionBackdated Method [AX 2012]

Determines if a given InventTrans record represents a backdated transaction according to the Moving Average costing method.

Syntax

private boolean isTransactionBackdated(
    InventTrans _inventTrans, 
    TransDate _transactionDate, 
    InventDimGroupSetup _inventDimGroupSetup)

Run On

Called

Parameters

  • _transactionDate
    Type: TransDate Extended Data Type
    Physical update date or financial update date of the InventTrans record depending if the check is happening for a physical update or for a financial update.
  • _inventDimGroupSetup
    Type: InventDimGroupSetup Class
    Inventory dimension group setup of the transaction; used for finding financially active dimensions of the transaction.

Return Value

Type: boolean
true if transaction is backdated;false otherwise.

See Also

Reference

InventModelType_MovingAverage Class