- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 11:06 AM
I have two True/False fields on a form/table. Only one or the other should be checked, never both. What's the best way to go about implementing that?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 11:10 AM
For the two True/False fields use UI Policy to achieve that.
Implementation:
Two true/false fields: A and B
ui policy condition:
A is True/false(ui policy condition)
then UI policy actions:
make B visible : false;
Thanks and Regards
Sai Venkatesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 11:12 AM
Hi @JamesLindsay,
The most effective approach to meet this requirement is by using a UI Policy.
Thank you, please make helpful if you accept the solution.