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.
Calculates quantity which remains to deliver.
Syntax
protected InventQty findQtyRemainToDeliver(SalesLine _salesLine, InventQty _qtyReservedOrdered)
Run On
Server
Parameters
- _salesLine
Type: SalesLine Table
The SalesLine record for which the calculation should be performed.
- _qtyReservedOrdered
Type: InventQty Extended Data Type
The inventory quantity with status StatusIssue::ReservOrdered.
Return Value
Type: InventQty Extended Data Type
Inventory quantity which remains to deliver.