Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Make Variables editable on RITM form

mayank93
Kilo Contributor

I am using g_form.setVariablesReadOnly(true) to make the variables Read-Only. But I have a requirement to make the variables editable on RITM form at a certain stage.

Using a client script to set those variables editable doesn't seem to work. How do I achieve this? I am using the Jakarta version.

1 ACCEPTED SOLUTION

divya mishra
Tera Guru

Hey Mayank,



Creating UI Policy based on condition would be fruitful.



Please Hit ✅Correct, ��Helpful, or ��Like depending on the impact of the response


Have a lovely day ahead


View solution in original post

6 REPLIES 6

divya mishra
Tera Guru

Hey Mayank,



Creating UI Policy based on condition would be fruitful.



Please Hit ✅Correct, ��Helpful, or ��Like depending on the impact of the response


Have a lovely day ahead


mayank93
Kilo Contributor

Thanks guys. I think I missed something. It's working