Hi Experts,
just have a short question that I was arguing about with a colleague...
We would like to create the following logic in the rule:
The user should not have the Value A with D, or A with K, or A with S.
Basically we want to check for A AND (D OR K OR S).
Can this be achieved with the following:
OBJECT FIELD A AND
OBJECT FIELD D OR
OBJECT FIELD K OR
OBJECT FIELD S OR
Thanks!