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.
Splits the adjustment amount based on the split quantity and the total quantity.
Syntax
protected void setSplitAdjustedAmount(
InventTrans _transFrom,
InventQty _splitQty,
InventQty _totalQty,
InventTrans _transTo)
Run On
Called
Parameters
- _transFrom
Type: InventTrans Table
The InventTrans record that contains the adjustment amount that should be split.
- _splitQty
Type: InventQty Extended Data Type
The multiplication factor that is used to split the adjustment amount.
- _totalQty
Type: InventQty Extended Data Type
The division factor that is used to split the adjustment amount.
- _transTo
Type: InventTrans Table
The InventTrans record that will be assigned the split adjustment amount.
Exceptions
Exception | Condition |
---|---|
Error | The total quantity is equal to zero. |