Share via


RetailReplenishmentTransferOrder::existsTransferOrder Method [AX 2012]

Checks for the existence of transfer order.

Syntax

client server public static boolean existsTransferOrder(
    RefTableId _refTableId, 
    RefRecId _refRecId, 
    InventLocationId _inventLocationIdTo)

Run On

Called

Parameters

Return Value

Type: boolean
true if the transfer order exists; otherwise, false

See Also

Reference

RetailReplenishmentTransferOrder Class