PriceSettingDimensions PP
Column Name | Values | Description |
---|---|---|
Dimension Type |
| The dimension value will be taken from:
|
Order |
| Hierarchy order where "1" is the most important attribute, the following ones are used for more specific lookups. |
Feature Name |
| Name of the affected feature for which PP will be generated with given keys. Only "Fallback" is mandatory, features with no specified keys will use "Fallback". |
Dimension |
|
|
Example:
Custom Dimension
In hierarchy lookup, it is not only the Product attribute that can be used as the lookup dimension. A calculated value by Groovy can also be used as a dimension. What is available:
CustomDimensionManager
that can be used to provide the custom dimension value in Groovy code.libs.PriceBuilderCommonElementUtils .CustomDimensionManager .getInstance() .addCustomDimensionValue("CustomDimensionName", "Custom Dimension Value")
Custom
dimension type that can be used to configure the lookup dimension. The custom dimension value is provided byCustomDimensionManager
. If the custom dimension value is not provided by the manager, theUniversal
wildcard will be used instead.
For more details see Set up Custom Dimension Lookup.