InventReleaseOrderPickingForm.transferOrderExist Method [AX 2012]

Indicates whether a transfer order for the _itemId with _inventDim exists.

Syntax

protected boolean transferOrderExist(
    ItemId _itemId, 
    InventDimId _inventDimId, 
   [str _dateRange])

Run On

Server

Parameters

  • _dateRange
    Type: str
    A date range to which to restrict the test.

Return Value

Type: boolean
true if a transfer order for the _itemId with _inventDim exists; otherwise, false.

See Also

Reference

InventReleaseOrderPickingForm Class