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.

Issue with HTML Fields in Problem in zurich version

satya kasina
Tera Contributor

We have HTML type variables for the fields FIX notes and Root Cause notes and Workaround in  Yokohama these fields are editable but in Zurich those became read only not able to edit those fields, can anyone tell us how to resolve this issue ?

 

satyakasina_0-1762796161840.png

 

3 REPLIES 3

Voona Rohila
Mega Patron
Mega Patron

Hi @satya kasina 
Those fields are on which table? Did you check if there are any ClientScripts/UI Policies/ACL's configured on those fields that's restricting the write?


Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP

RC19
Tera Contributor

hi @satya kasina  May be this user is not part of "Conditional Script Writer" Group or may not have its relevant role. This group decides the access to write script fields and html type field is also included.

 

You can go through below link

Scripting Governance Tool 

 

If my response helped, please mark it as correct and close the thread — this helps future readers find the solution faster!

 

Regards,

RC

Victoria Drobys
Tera Contributor

Hi @satya kasina 

This is related to snc_required_script_writer_permission role. It was introduced in the Zurich release to restrict write access to "script" fields (such as HTML).

To solve this, add users who need to edit these fields to the group "Conditional Script Writer"

I hope it helps.

Thank you