Write access to an appropriate field

Nataliia_Lova
Tera Guru
A scoped application was created with table extended from Task. There is a member of one of the teams who has to operate all the processes, but he can't edit the fields he needs. Why is it there, and how can I manage it?
Screenshot 2024-01-09 at 21.20.41.png
1 ACCEPTED SOLUTION

You shouldn't modify existing ACLs.

You need to create new ACLs for your on your new application scope for that table. For ex, I had to create below few field level ACLs on my custom application scope to make it editable to the role I created for my application. Similarly you need to create ACL on Finance Request Application scope, on your Finance request table.

 

SanjivMeher_0-1704832706053.png

 


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

Check the  UI policy on this tables, that is stopping or user doesn't have access to this field may be ACL.

*************************************************************************************************************
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]

****************************************************************************************************************

This is an example of the ACL for Priority field, all accesses are in Global Application, and I have no permission to modify them even if elevated the role.

Screenshot 2024-01-09 at 22.18.12.png

You shouldn't modify existing ACLs.

You need to create new ACLs for your on your new application scope for that table. For ex, I had to create below few field level ACLs on my custom application scope to make it editable to the role I created for my application. Similarly you need to create ACL on Finance Request Application scope, on your Finance request table.

 

SanjivMeher_0-1704832706053.png

 


Please mark this response as correct or helpful if it assisted you with your question.

Thank you 🤗

I will