if state changes all fields are read only and assignments_group group only editable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2023 06:57 PM
if state changes all fields are read only and assignments_group group only editable
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2023 09:13 PM
Hello @BheemavarapuTej,
you can try with below 2 ACLs:
1. read acl
based on your requirements you can select the table name and * - it will be applicable to all fields.
2.list_edit acl
You can select the table name and field name - it will be applicable to only a single field.
Mark my correct and helpful, if it is helpful and please hit the thumbs-up button to mark it as the correct solution!
Thanks & Regards,
Abbas Shaik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2023 10:10 PM
No bro assignment group member can only editable the form another user doesn't editable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2023 09:03 AM
In this case you need to write script to check if the logged in user is part of assignment group only then can edit.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0790987
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
‎11-09-2023 09:30 PM
you can do this with UI policies