Hello,
I am struggling to make field Call1Log1 (Radio Group with Yes/No) mandatory when
- Location (Drop Down) becomes USA and
- Application (Drop Down) becomes FRAPP
The field Call1Log1 appears when above conditions are met and when it appears it has to be mandatory with the red asterisk beside the field name.
I have tried two different ways:
1. Validation rule with
- Condition: Location:USA AND ImpactedApps:FRAPP AND Call1Day1:[empty]
- Validation rule: .+
- Execute only on user action is ticked
2. Set field label
- Condition: Location:USA AND ImpactedApps:FRAPP
- Set required attribute and Execute only on user action is ticked
The 2nd way works only when I choose a Yes/No value, and its not mandatory when its empty.
Not mandatory when no option is chosen

Mandatory only when an option is chosen - 2nd way

Please help.