Share via


RetailReplenishmentTransferOrder::findTransferOrder Method [AX 2012]

Indicates whether the transfer order exists.

Syntax

client server public static InventTransferTable findTransferOrder(
    RefTableId _refTableId, 
    RefRecId _refRecId, 
    InventLocationId _inventLocationIdFrom, 
    InventLocationId _inventLocationIdTo, 
   [DataAreaId _inventLocationDataAreaIdTo, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to select the record for update; optional.

Return Value

Type: InventTransferTable Table
An instance of InventTransferTable table if a matching record exists.

See Also

Reference

RetailReplenishmentTransferOrder Class