disable checkbox selection when one option is select.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2020 01:53 AM
hi TEam.
my scenario is' = i have 4 checkbox that have sentences on them.
example
option 1 = standard access - gives you the ability to perform the following task ....
option 2 = level 2 access - various other information etc .....
option 3 = more details ...
option 4 = more details. ...
i want the user to be able to select one the option which in return will disabled the other option from selection. they can only select one option from the 4 available. say they selected option 2, but they wanted option 3 they should be able to deselect option 2 (allows all option to be selected again and then select 3. which then in return disabled the others after the selection. can someone pleas help me out have looked around but havent been able to find what i need.
i cant make radio buttons due the fact the sentences are long
thanks
Osman
- Labels:
-
Service Desk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2020 02:01 AM
Hi,
Can you not achieve this with a few UI policies:
1st UI policy condition if option 1 = true
Actions Option 2,3,4 read only
2nd UI policy condition if option 2 = true
Actions 1,3,4 read only
etc
Hope this helps
Thanks
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2020 02:09 AM
hi sam, i can try i thought script would be required
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2020 02:13 AM
not sure i do the action option read only will i require multiple u polices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2020 02:43 AM
Hi Osman,
You will need 4 UI policies - one policy for each checkbox to be true, and then have the action on each one to mark the other 3 checkboxes as read only. Example:
Then repeat the setup 4 times changing the checkbox in the condition and those in the actions so you have 4 UI polocies:
I Hope this helps, if so please mark as helpful or correct
Thanks
SAm