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.
Retrieves all variants for a specific item and enforces the exclusion rules.
Syntax
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.