InventReleaseOrderPickingForm.salesOrderExist Method [AX 2012]

Tests whether a sales order for the _itemId with _inventDim exists.

Syntax

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

Run On

Server

Parameters

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

Return Value

Type: boolean
Returns true if a sales order for the _itemId with _inventDim exists.

See Also

Reference

InventReleaseOrderPickingForm Class