Share via


RetailAssortmentQueryProvider::getOperatingUnitsByInventDimQuery Method [AX 2012]

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

Syntax

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

Run On

Called

Parameters

Return Value

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

See Also

Reference

RetailAssortmentQueryProvider Class