Is it possible to prepare configuration rules that will automatically calculate default component qu
We are preparing ATO Model with three level structure: ATO Model/Option Class/Components.
- ATO MODEL
- Option Class
- Component 1
- Component 2
- Component 3
- Option Class
Components are mutually exclusive.
We would like to prepare a rule that will automatically calculate default component quantity depending on option class quantity, multiplied by the constant rule parameter.
- Example.
- Option Class default quantity = 2
- Constant rule parameter = 1,23
- When we selecting Component1 or Component2 or Component3
- The default quantity of the Component is calculated as 2 * 1,23 and set to 2,46
Is it possible to achieve such a logic using configuration rules?