RetailAssortmentQueryProvider::getOperatingUnitsByInventDimQuery Method [AX 2012]

Retrieves a query to find all operating units that have the specified item assorted.

client server public static Query getOperatingUnitsByInventDimQuery(
    ItemId _itemId, 
    InventDimId _inventDimId, 
    ValidToDate _validToDate, 
    DataAreaId _dataArea)

Run On

Called

Parameters

_itemId
Type: ItemId Extended Data Type
The item ID.
_inventDimId
Type: InventDimId Extended Data Type
The inventory dimension ID.
_validToDate
Type: ValidToDate Extended Data Type
The expiration date of the product.
_dataArea
Type: DataAreaId Extended Data Type
The data area for the specified item.

Return Value

Type: Query Class
A query object that can be executed to retrieve the results.
Show: