Hello!
I have several domain based attributes and I am trying to implement a business rule logic:
IF attributeA is equal to ValueA
THEN attributeB is required AND attributeC is not required (must not be chosen)
It seems like I cannot specify that second action, I cannot force it to not be chosen, only to some specific value from the domain-based list. The system cannot be modified to have a default value for the attributeC list, it should be NULL.
Any ideas if this can be done?