Multiple Selection of checkbox in Record Producer

SomashekarB
Tera Contributor

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.

 

SomashekarB_0-1719572050541.png

 

1 ACCEPTED SOLUTION

@SomashekarB  Use Catalog UI Policy under the Record Producer

SiddharamTakali_0-1719573849001.png

 

View solution in original post

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************

It will work on normal catalogs using UI policy and client script, but should work on record producer

@SomashekarB  Use Catalog UI Policy under the Record Producer

SiddharamTakali_0-1719573849001.png

 

Sid_Takali
Kilo Patron
Kilo Patron

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