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

AshishKM
Kilo Patron
Kilo Patron

Hi @Balaji Munusamy 

Please share the script code you written for this. Make sure these fields are not define mandatory at definition level.

 

-Thanks,

AshishKMishra


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

Hi @AshishKM 

BalajiMunusamy_0-1700058971905.png

BalajiMunusamy_1-1700059073378.png

BalajiMunusamy_0-1700059643112.png

I made Follow-up 1 as True but Follow-up 2 is still in Read -Only

 

 

Instead of script, did you try teh UI Policy action to make it mandatory which make it editable?

*************************************************************************************************************
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]

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

I have tried but it doesn't work