Share via


inventCostProdCancel::cancelFromInventCostClosingCancel Method [AX 2012]

Cancels adjustments to a single production order out of the inventory closing.

Syntax

client server public static void cancelFromInventCostClosingCancel(
    ProdTable _prodTable, 
    InventClosing _inventClosing, 
    InventClosing _cancelClosing)

Run On

Called

Parameters

  • _prodTable
    Type: ProdTable Table
    The production table for which the adjustments should be canceled.
  • _inventClosing
    Type: InventClosing Table
    The inventoryClosing record that is used to cancel an inventory closing.

See Also

Reference

inventCostProdCancel Class