ReqTransPoMarkFirm.createInventTransferTable Method [AX 2012]

Creates a record of the InventTransferTable type.

Syntax

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

Run On

Called

Parameters

Return Value

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

Exceptions

Exception Condition
Error

The transfer order could not be created.

See Also

Reference

ReqTransPoMarkFirm Class