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.
Creates a new instance of the InventMov_Virtuel class that will be used for underconsumptions.
Syntax
client server public static InventMovement newProdUnderconsume(
ProdBOM _prodBOM,
TransDate _transDate,
InventQty _qtyUnderconsumed)
Run On
Called
Parameters
- _prodBOM
Type: ProdBOM Table
The BOM line with underconsumption.
- _transDate
Type: TransDate Extended Data Type
The transaction date of the inventory movement.
- _qtyUnderconsumed
Type: InventQty Extended Data Type
The quantity of the inventory movement.
Return Value
Type: InventMovement Class
A new instance of the InventMov_Virtuel class.
Remarks
This method creates a new InventMov_Virtuel instance that will be used for underconsumptions when it ends a production order.
The virtual inventory movement will be used to consume the subproduction items that were underconsumed by the parent production order.