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.
Validates whether an inventory transaction has enough financial open quantity so that it can be split.
Syntax
protected void checkSplitFinancialOpenQty(InventTrans _transFrom, InventQty _splitQty)
Run On
Called
Parameters
- _transFrom
Type: InventTrans Table
An InventTrans table buffer.
- _splitQty
Type: InventQty Extended Data Type
The quantity to split.
Exceptions
Exception | Condition |
---|---|
Error | The inventory transaction does not have enough financial open quantity and cannot be split. |