Question regarding product matrix
Hi Everyone,I need to apply the bellow rule based on a product matrix
Example:
If Product A is picked then Product B can be picked but if Product B is picked then Product A cannot be picked.
The products A and B and are structured under the Root as a relationship(with max/min cardinality of 1) to a class which contains 4 Products A to D.
I've tried with with exclude, constraint rules but they are bidirectional.
The matrix is as bellow:
Example:
If Product A is picked then Product B can be picked but if Product B is picked then Product A cannot be picked.
The products A and B and are structured under the Root as a relationship(with max/min cardinality of 1) to a class which contains 4 Products A to D.
I've tried with with exclude, constraint rules but they are bidirectional.
The matrix is as bellow:
To: | ||||
From: | Tariff A | Tariff B | Tariff C | Tariff D |
Tariff A | N | Y | Y | |
Tariff B | Y |
0