Portal or Fulfiller interface for users with roles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2018 09:11 AM
Hi,
Hope someone can help.
In our instance when a user with no Roles access SN they get the Service Portal, a user with Roles get the fulfiller interface.
The issue we have is we have users with the approver role, these user don't need the fulfiller interface, just the Service Portal.
Where in SN is this function controlled?
I have tried making changes to the SPEntryPage in Script Includes but that seems to have no effect.
Thanks
Dan
- Labels:
-
User Experience and Design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2018 06:34 AM
Hi Michael,
Correct. Approvers_role (and no roles) -> Service Portal
itil role -> Fulfiler interface
Thanks
Dan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2018 08:17 AM
Correct? sounds like incorrect. Regardless I understand. So when you use the line:
(user.hasRoles() && (gs.hasRole('itil')) && !redirectURL && !isServicePortalURL)
what happens? and what does the system log say? ask about system log as SPEntryPage has a bunch of gs.log statements.