Share via


InventCostProdIndirectData_Invent.isTransactionPhysical Method [AX 2012]

Determines whether the transaction is to be updated physically.

Syntax

protected boolean isTransactionPhysical(InventTrans _inventTrans, ProdTable _prodTable)

Run On

Called

Parameters

  • _prodTable
    Type: ProdTable Table
    The production order header record that corresponds to the inventory transaction.

Return Value

Type: boolean
true if the transaction is to be updated physically; otherwise, false.

See Also

Reference

InventCostProdIndirectData_Invent Class