InventReleaseOrderPickingForm.findQtyReservedOrdered Method [AX 2012]
Returns the quantity from inventTrans that has a statusIssueStatusIssue::ReservOrdered.
Syntax
protected InventQty findQtyReservedOrdered(InventTransId _inventTransId)
Run On
Server
Parameters
- _inventTransId
Type: InventTransId Extended Data Type
The InventTransId for the transactions that should be summed.
Return Value
Type: InventQty Extended Data Type
The quantity from inventTrans that has a statusIssue of StatusIssue::ReservOrdered.