RetailAssortmentSchedulerTask.getVariantsByItemId Method [AX 2012]

Retrieves all variants for a specific item and enforces the exclusion rules.

private Set getVariantsByItemId(
    ItemId _itemId, 
    ValidFromDate _fromValidDate, 
    ValidToDate _toValidDate)

Run On

Called

Parameters

_itemId
Type: ItemId Extended Data Type
The item ID for the product.
_fromValidDate
Type: ValidFromDate Extended Data Type
The effective date.
_toValidDate
Type: ValidToDate Extended Data Type
The expiration date.

Return Value

Type: Set Class
A set of InventDimCombination.InventDimId values.

Community Additions

ADD
Show: