RetailReplenishmentTransferOrder::findTransferOrder Method [AX 2012]
Indicates whether the transfer order exists.
client server public static InventTransferTable findTransferOrder(
RefTableId _refTableId,
RefRecId _refRecId,
InventLocationId _inventLocationIdFrom,
InventLocationId _inventLocationIdTo,
[DataAreaId _inventLocationDataAreaIdTo,
boolean _forUpdate])
Run On
CalledParameters
- _refTableId
- Type: RefTableId Extended Data Type
The reference number for the table.
- _refRecId
- Type: RefRecId Extended Data Type
The reference number for the table record.
- _inventLocationIdFrom
- Type: InventLocationId Extended Data Type
The value for the from location.
- _inventLocationIdTo
- Type: InventLocationId Extended Data Type
The value for the to location.
- _inventLocationDataAreaIdTo
- Type: DataAreaId Extended Data Type
The data area for the to location.
- _forUpdate
- Type: boolean
A Boolean value that indicates whether to select the record for update; optional.
Return Value
Type: InventTransferTable TableAn instance of InventTransferTable table if a matching record exists.
Show: