I want make multiple fields read only for multiple user groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 05:15 AM
Hi All,
I want make multiple fields read-only for multiple groups on change table, when change state is all except new state.
How can I make fields read only and what is best practice.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 07:57 AM
Hi @pvv1045330
Just a thought, as you have many group to restrict the fields , and without script it is not possible. I am thinking very bad but
- Create a new group
- Define the group type
- Create UI policy and
use this group as condition (hope the child groups also cover in condition)
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 12:27 AM
Hi @pvv1045330
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 07:08 AM
Hi @pvv1045330 ,
It seems that you can use a UI Policy for this. Have the condition on the UI policy check for the change state, and the assignment group. Then set the read-only values for the fields on the form. For that, you can either use the Execute if true / Execute if false scripts or UI Actions.
Hope this helps,
Cody