SalesLine.mcrSalesQtyReserved Method
Retrieves the reserved quantity of the sales line.
Syntax
public SalesQty mcrSalesQtyReserved()
Run On
Called
Return Value
Type: SalesQty Extended Data Type
The quantity of the item that is reserved, in the sales unit.
Remarks
This method negates the quantity from inventTrans, which means that a positive quantity on the sales line will also return a positive quantity here.
This method is also used in the batch reservation process.