RetailReplenishmentTransferOrder::existsTransferOrder Method [AX 2012]

Checks for the existence of transfer order.

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

Run On

Called

Parameters

_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.
_inventLocationIdTo
Type: InventLocationId Extended Data Type
The value for the location to where .

Return Value

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