Is it possible to use different list editor for different roles?

RyoyaFukuda
Tera Contributor

Hi, all

Please let me know if it is possible to use different roles for different list edits within the same table.
For example, in the Incident table, is it possible to set that people who have the “itil” role can use list editor, but people who only have the “sn_incident_write” role cannot use list editor.

1 ACCEPTED SOLUTION

SANDEEP DUTTA
Tera Patron
Tera Patron

Hi @RyoyaFukuda ,

Yes, that's possible !!

You can do this using a ACL!! 

  • Type: record
  • Operation: list_edit
  • Name of the table 
  • Admin overrides: Clear the check box.

or you can use a script like below:

https://www.servicenow.com/community/developer-forum/how-to-disable-list-edit-by-role/m-p/1360706

 

Thanks,
Sandeep Dutta

Please mark the answer correct & Helpful, if i could help you.

View solution in original post

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @RyoyaFukuda 

 

yes but need to define at ACL level.

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

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