InventMov_Virtuel Class


Microsoft Dynamics AX 2009
InventMov_Virtuel::newItemReqUnderconsume Method

Creates a new InventMov_Virtuel instance that will be used for underconsumptions.

client server public static InventMovement newItemReqUnderconsume(
    SalesLine _salesLine, 
    InventTransId _prodInventTransId, 
    TransDate _transDate, 
    InventQty _qtyUnderconsumed)
Run On

Called

Parameters

Parameter

Description

_salesLine

Item requirement with underconsumption.

_prodInventTransId

The lot ID of the production order of the item requirement.

_transDate

The transaction date of the inventory movement.

_qtyUnderconsumed

The quantity of the inventory movement.

Return Value

A new InventMov_Virtuel instance.

Remarks

Creates a new InventMov_Virtuel instance that will be used for underconsumptions when an item requirement is invoiced.

The virtual inventory movement will be used to consume the production order items that were underconsumed by the item requirement.

See Also

Tags :


Page view tracker