Share via


InventMov_Virtuel::newItemReqUnderconsume Method [AX 2012]

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

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.

See Also

Reference

InventMov_Virtuel Class