How can I make one attribute mandatory if another attribute is set to a certain value?
Accepted answer
Two options:
- An attribute customization condition and the required attribute for condition precondition/advisor
- A custom advisor
I would suggest option 1 go here: