Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _prodId
Type: ProdId Extended Data Type
The production ID for which the adjustments should be canceled.
- _inventClosing
Type: InventClosing Table
The inventoryClosing record that is used to cancel an inventory closing.
- _cancelClosing
Type: InventClosing Table
The inventory closing that must be canceled.