1.5 - Applicative Rules
Introduction
Some behaviors can be configured using applicative rules.
You can learn how to create and associate the rules to your application distribution here. 🔗
Rules
This is the list of supported applicative rules.
MappingSortingRule
This rule has an impact on product mappings. If you have product mappings on your products that make use of the priorities between mappings, you have to create this rule and add it to your application distribution.
Rule Name | Rule Parameters |
---|---|
MappingSortingRule | None |
ParameterBOMRule
This rule has an impact on the BOM. The parameters listed in the rule will be added to the BOM for every product.
See the BOM description to know how the parameters are displayed in the BOM.
Rule Name | Rule Parameters |
---|---|
ParameterBOMRule | The list of parameter ids to display in the BOM, and a boolean to display detailed products. See the example below. |
{
"includeProductDetails": true,
"parameters": [
"finish",
"leg"
]
}