Configurator- Contribute Rule
Hi
we need some guidance on writing Configurator rules. We are in 12.2.5.
The Scenario is as given below.
We have 3 option classes.
- Optionclass X with options a,b,c
- Optionclass Y with options d,e,f
- Optionclass Z with options g
Quantity of 'g' is to be derived based on the quantity of all the selections made under Option Class 'X'.
But this calculation has to happen , when either d or e or both are selected under Option class Y.
below given are 3 scenarios.
- a and b are selected under X
d and e are selected under Y
So, quantity of 'g' should be 2 as a and b are selected.