- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2019 01:45 AM
Hi All,
Can someone tell me on how to add End impersonation option under user profile drop down in normal instance view & service portal view.
Regards,
Arun
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2019 01:50 AM
Check out this article for step by step process to creating impersonate option on portal:
Add Impersonate User in Service Portal
Please mark as Correct Answer and Helpful, if applicable.
Thanks!
Abhishek Gardade
Hexaware Technologies
Abhishek Gardade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2019 01:50 AM
Check out this article for step by step process to creating impersonate option on portal:
Add Impersonate User in Service Portal
Please mark as Correct Answer and Helpful, if applicable.
Thanks!
Abhishek Gardade
Hexaware Technologies
Abhishek Gardade

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2020 10:16 AM
Did you ever get an answer for this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2021 09:28 AM
Not every user has the access of backend view. Even if you remove /sp form URL it keeps redirecting you to Portal only [You can see the logic in SPEntryPage Script include]
There is a another way.. Just add $c.do at the end of URL
eg. https://instancename.service-now.com/$c.do
Even though you don't have any role.. it will redirect you to Standard UI. And you can impersonate
This will just save your time. You don't need to logout everytime. Also you don't need to make any changes in menu header.
Hope servicenow will come with solution in the next release.