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.
Distributes inventory quantity among related marked transactions.
Syntax
protected boolean pdsDistributeInventQtyOnMarkedTrans(InventQty _inventQtyForDistribution)
Run On
Server
Parameters
- _inventQtyForDistribution
Type: InventQty Extended Data Type
The inventory quantity to be distributed.
Return Value
Type: boolean
true if full inventory quantity was distributed; otherwise, false.
Remarks
If the _inventQtyForDistribution parameter is a positive value, this amount will be deducted from the related transactions. If it’s a negative value, this amount will be added to the related transactions.