Share via


inventCostProdCancel::cancelFromProdIdInventCostClosingCancel Method [AX 2012]

Cancels adjustments to a single production order from the inventory closing.

Syntax

client server public static void cancelFromProdIdInventCostClosingCancel(
    ProdId _prodId, 
    InventClosing _inventClosing, 
    InventClosing _cancelClosing)

Run On

Called

Parameters

  • _inventClosing
    Type: InventClosing Table
    The inventoryClosing record that is used to cancel an inventory closing.

See Also

Reference

inventCostProdCancel Class