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 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
- _itemId
Type: ItemId Extended Data Type
The item ID for the movement class.
- _inventDimId
Type: InventDimId Extended Data Type
The InventDimId value for the movement class.
- _transDate
Type: TransDate Extended Data Type
The transaction date for the movement.
- _qty
Type: InventQty Extended Data Type
The quantity for the movement.
- _cwQty
Type: PdsCWInventQty Extended Data Type
The catch weight quantity for the movement.
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.