PdsShelfLifeMovUpdateReservationFactory.createReservationManagerFromLine Method [AX 2012]
Builds the appropriate instance of the class implementing the PdsShelfLifeIUpdateReservationManager interface to manage the reservation for the order line specified.
public PdsShelfLifeIUpdateReservationManager createReservationManagerFromLine(Common _orderLineBuffer, InventTable _orderLineItem)
Run On
ServerParameters
- _orderLineBuffer
- Type: Common Table
The specified order line.
- _orderLineItem
- Type: InventTable Table
The specified item in the order line.
Return Value
Type: PdsShelfLifeIUpdateReservationManager InterfaceAn instance of a class that implements the PdsShelfLifeIUpdateReservationManager interface.
Community Additions
ADD
Show: