ReqTransPoMarkFirm.createInventTransferTable Method [AX 2012]

Creates a record of the InventTransferTable type.

protected InventTransferId createInventTransferTable(
    ReqTrans _reqTrans, 
    ReqPO _reqPO, 
    InventLocationId _fromInventLocationId, 
    InventLocationId _toInventLocationId)

Run On

Called

Parameters

_reqTrans
Type: ReqTrans Table
A record of the reqTrans type.
_reqPO
Type: ReqPO Table
A record of the reqPO type.
_fromInventLocationId
Type: InventLocationId Extended Data Type
_toInventLocationId
Type: InventLocationId Extended Data Type

Return Value

Type: InventTransferId Extended Data Type
A string that holds the transfer order ID.

ExceptionCondition
Error

The transfer order could not be created.

Community Additions

ADD
Show: