Share via


PdsCW_InventMov_Vir_CWLoss::newParameters Method [AX 2012]

Creates a new instance of the PdsCW_InventMov_Vir_CWLoss class and populates the parameters.

Syntax

client server public static InventMovement newParameters(
    ItemId _itemId, 
    InventDimId _inventDimId, 
    TransDate _transDate, 
    InventQty _qty, 
    PdsCWInventQty _cwQty)

Run On

Called

Parameters

Return Value

Type: InventMovement Class
A new instance of the InventMovement class that has parameters initialized.

Remarks

The method requires that all parameters be populated.

See Also

Reference

PdsCW_InventMov_Vir_CWLoss Class