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.

Read Only field editabe by one group of people

Zubair Alam
Tera Contributor

We have a form where due_date field is read only via a UI policy. 
We need to make this field Editable for just one group of people. 
How can this be achieved? 
All help is appreciated. Thanks. 

1 REPLY 1

Josh Pirozzi
Kilo Sage

Hi @Zubair Alam ,

Is this on a Catalog Item or Form (IE: Incident)? Either way you'll need to create a 'Write Role' for the Group/User(s) first. Then, follow one of the following:

  • On a Catalog Item:
    • There will be a tab on the Variable (due_date) where you can apply Write Access.
    • Add the newly created Role there.
  • On a Form (IE: Incident):
    • Elevate your permissions
    • Right click on the Name of the Field
    • Select 'Security'
    • In the dropdown, select Write
    • Select the newly created Role.

 

I hope this helps!

Josh Pirozzi