- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 11:28 AM
Greetings, everyone.
I need to access a catalogue item that I just created while impersonating as another user (who, I'm very sure, has been assigned the required role). However, when I try to look up the Service Portal while impersonating this other user, here's what I've got:
The impersonated user cannot even access the Service Portal.
Does anyone know what's happening?
P.S. I tried looking up the configuration page of the Service Portal, but I couldn't seem to find the correct page.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 01:05 PM
That was maybe a little confusing, to see the modules use sys_app_application.list.
Best is probably to simply override the current Service Portal Module Record as shown in this video (sry, only gif possible in this forum...):
Can you post a screenshot of the error page that you get when you access the service portal with an impersonated user?
If you were just talking about the module - then this should be solved now (if you want users to be automatically redirected to the Service Portal, take a look at the Script Include SPEntryPage).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2022 01:54 AM
Usually, when someone speaks about some kind of record and then goes for a technical name like 'sp_portal' or 'sp_page' he/she refers to the table name. When you enter <table_name>.list in the Filternavigator, you automatically open the List View of said table.
In this case i was asking for the Role configuration of the homepage (sp_page) - record that is referenced in the Portal (sp_portal) record for your /sp. If there are roles defined here (see last screenshot), you need one of those assigned to the users accessing the page. If the users doesn't have one of these, you will receive a 404 not found page.
Here is how you can get to your Role Configuration:
1.) Open the Service Portal (sp_portal) record that stores the configuration for /sp:
2.) Open the 'Homepage' Configuration to check if the roles are empty (everyone can access the page):
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 08:57 AM
Hello.
I navigated to sp_portal.list
, and I can confirm that the "Roles" field is empty.
On the other hand, I can't seem to find the sys_app_application-record
that you mentioned. Am I looking at the wrong place?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 01:05 PM
That was maybe a little confusing, to see the modules use sys_app_application.list.
Best is probably to simply override the current Service Portal Module Record as shown in this video (sry, only gif possible in this forum...):
Can you post a screenshot of the error page that you get when you access the service portal with an impersonated user?
If you were just talking about the module - then this should be solved now (if you want users to be automatically redirected to the Service Portal, take a look at the Script Include SPEntryPage).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 01:56 PM
Hello.
I added the roles to the Service Portal Module Record, and I'm finally able to find "Service Portal" in the "All" menu while impersonating another user.
And I was able to access the Service Portal.
Thank you so much for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 02:23 PM
You're welcome 🙂
If video helped you resolve the issue, please mark is at the "solution" (or something like this), so the thread gets closed.
Good luck with your future work!