RetailPricingDataManager.getVariantDimensionsByItemIds Method [AX 2012]

Get the variant dimensions populated for the given dimension Ids. This is lightweight and only returns the dimension Ids, not translations.

public container getVariantDimensionsByItemIds(container _inventoryDimensionIds)

Run On

Called

Parameters

_inventoryDimensionIds
Type: container
The dimension Ids which need dimension values fetched.

Return Value

Type: container
Collection of dimension values.

Community Additions

ADD
Show: