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.
Syntax
client server public static InventMovement newItemReqUnderconsume(
SalesLine _salesLine,
InventTransOriginId _prodInventTransOriginId,
TransDate _transDate,
InventQty _qtyUnderconsumed)
Run On
Called
Parameters
- _salesLine
Type: SalesLine Table
The item requirement.
- _prodInventTransOriginId
Type: InventTransOriginId Extended Data Type
- _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
Creates a new instance of the InventMov_Virtuel class that will be used when an item requirement is invoiced.
The virtual inventory movement will be used to consume the production order items by the item requirement.