
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 11:48 AM
non admin users can use sn utils on servicenow???????????
and manipulate several fields.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 11:50 AM
Hi there,
If you have proper security in place, ACL's for example, that shouldn't be possible. If you have poor security in place, like poort client side solutions... that could be the case.
What's the reason behind your question?
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2024 04:50 AM
Only admins and impersonated users can edit the field on label Doubleclick.
Non-admins only can view the value.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 11:50 AM
Hi there,
If you have proper security in place, ACL's for example, that shouldn't be possible. If you have poor security in place, like poort client side solutions... that could be the case.
What's the reason behind your question?
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 12:14 PM
just curiosity, but your answer nailed it. Tks!!!!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2024 04:50 AM
Only admins and impersonated users can edit the field on label Doubleclick.
Non-admins only can view the value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2025 07:07 AM
That actually introduces some risks with the new time-limited-role feature probably allowing more people the impersonate role (temporarily)
It actually caught me out when I was impersonating on my normal user that was granted impersonate role and I could break the system...
I realize the gs.isImpersonating() is probably the easiest way to find out, but it is definitely not failsafe.