InventCostTrans.setWIPRevaluation Method
Sets the fields that are required for a revaluation of the work in progress (WIP) in quantity.
Syntax
public void setWIPRevaluation(
InventCostTransType _costTransType,
Qty _wipInqty,
Qty _wipOutQty)
Run On
Called
Parameters
- _costTransType
Type: InventCostTransType Enumeration
The costTransType that is currently processed.
- _wipInqty
Type: Qty Extended Data Type
The WIP in quantity that should be set.
- _wipOutQty
Type: Qty Extended Data Type
The WIP out quantity that should be set.