PdsShelfLifeUpdateReservationManagerBase::calculateInventoryReservationOnServer Method [AX 2012]
Calculates the reservation amounts that are associated with the specified order line.
server protected static container calculateInventoryReservationOnServer(
Common _orderLineBuffer,
InventTable _orderLineItem,
boolean _useDeltaReservation)
Run On
ServerParameters
- _orderLineBuffer
- Type: Common Table
The order line that is used to calculate the reservation amounts.
- _orderLineItem
- Type: InventTable Table
The item that is associated with the order line.
- _useDeltaReservation
- Type: boolean
A Boolean value that indicates whether to consider the floating reservations during the calculation.
Return Value
Type: containerA container that holds the following:
-
A Boolean value that indicates whether there is any reservation
-
The reserved quantity
-
The reserved catch-weight quantity
Show: