InventAdjustPost.wasOriginalTransStorno Method [AX 2012]

Determines if the financial voucher for the transaction being corrected was originally posted as correction.

Syntax

protected boolean wasOriginalTransStorno(InventTrans _inventTrans)

Run On

Server

Parameters

  • _inventTrans
    Type: InventTrans Table
    An InventTrans buffer holding summarized values for the transactions being updated.

Return Value

Type: boolean
true if the transaction was originally posted as correction; otherwise, false.

See Also

Reference

InventAdjustPost Class