Make Read-only field to Editable

Balaji Munusamy
Tera Contributor

I have a requirement to make read-only field to editable. In my form there is 2 True/False fields - Follow 1 & Follow 2. Here Follow 2 is Read Only. In my requirement if I check Follow 1 then Follow 2 should become editable. I have tried with UI policy action and script also -  g_form.setReadOnly('follow1', false) but it doesn't work.

 

Please assist me on this @Ankur Bawiskar @Community Alums 

 

1 ACCEPTED SOLUTION

Hello @Balaji Munusamy ,

You have to write two UI Policies, first one work onLoad ( without any condition ) which set the Follow2 as readyOnly.

 

Second one when Follow1 is checked ( or True ) , then "with condition Follow1 is true" set the Follow2 editable.  

AshishKMishra_1-1700060602780.png

 

AshishKMishra_0-1700060539230.png

result ( Follow2 is read only )

AshishKMishra_2-1700060709132.png

 

Thanks,

AshishKMishra


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

View solution in original post

10 REPLIES 10

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Balaji Munusamy 

 

Please provide more details or screenshot of UI policy / 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]

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