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

Server

Parameters

_orderLineBuffer
Type: Common Table
The specified order line.
_orderLineItem
Type: InventTable Table
The specified item in the order line.

Return Value

Type: PdsShelfLifeIUpdateReservationManager Interface
An instance of a class that implements the PdsShelfLifeIUpdateReservationManager interface.

ExceptionCondition
Error

Throws an error if the provided order line buffer is not of the supported type.

-or-

Throws an error if the specified item is not shelf-life.

Community Additions

ADD
Show: