- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2024 03:58 AM
Hi ,
I have requirement from client if first option select box is checked , all the remaining check box should be automatically checked in the record producer.
From below screen shot, if "Select All" is checked, below check box of remaining field should be automatically checked.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2024 04:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2024 04:05 AM
Hi @SomashekarB
No sure, but did you try with catalog UI policy / client script.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2024 04:17 AM
It will work on normal catalogs using UI policy and client script, but should work on record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2024 04:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2024 04:17 AM
Hi @SomashekarB You can achieve this by using Catalog UI Policies
Apply 4 UI Policies according to the conditions.
in 1st UI Policy give condition like Value is Select all, make all select box value true using script g_form.setValue(''fieldName,true);
in 2nd UI Policy give condition like Value is Personal Identification Number, make all select box readonly like this
Regards,
Sid