InventTrans.updateSplitFromCWQty Method
Updates the current InventTrans record to the specified catch weight quantity and creates a new InventTrans record with the remaining quantity.
Syntax
public InventTrans updateSplitFromCWQty(PdsCWInventQty _cwQty, InventQty _requestedInventQty)
Run On
Called
Parameters
- _cwQty
Type: PdsCWInventQty Extended Data Type
A quantity to be split in catch weight unit.
- _requestedInventQty
Type: InventQty Extended Data Type
A requested quantity to be split in inventory unit.
Return Value
Type: InventTrans Table
The new created InventTrans record.
Exceptions
Exception | Condition |
---|---|
Error | If method is callled with illegal values. |