Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _itemId
Type: ItemId Extended Data Type
The ItemId for the order line.
- _inventDimId
Type: InventDimId Extended Data Type
The InventDimId for the order line.
- _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.