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 byÂCustomDimensionManager
. 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.