- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2020 08:29 AM
Yes Requirement is crisp. But not finding way to do it.
How to redirect all users to Service Portal when they login and then only itil or higher role users can come back to UI platform(I'll build a back link widget and put it on homepage).SSO is not yet implemented but will be done soon. so login is native oob login. Need an SSO proof solution.
Note my end users in platform have snc_internal role not totally blank as there is no license cost attached to snc_internal role and I have to run some logics in acl against the snc_internal role to allow my end user view certain details from Ui platform though link in email notification(for e.g. a readonly view of record).
Pls suggest a smart solution.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2020 06:47 PM
Hi Kirtiman,
You need to ADD system property glide.entry.first.page.script and need to modify call script include new SPEntryPage().getFirstPageURL(). You can put role based conditions inside to redirect users with sn_external roles.
Please read through below docs
Redirect to Service Portal after login
Thanks & Regards,
Sharjeel
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2020 06:47 PM
Hi Kirtiman,
You need to ADD system property glide.entry.first.page.script and need to modify call script include new SPEntryPage().getFirstPageURL(). You can put role based conditions inside to redirect users with sn_external roles.
Please read through below docs
Redirect to Service Portal after login
Thanks & Regards,
Sharjeel
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2020 08:44 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2020 04:15 AM
is this answered?
Please be kind to mark this accepted so that this thread can be closed and added into the answered list so that others can be benefited by this.
Thanks & Regards,
Sharjeel
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2020 01:56 AM
done, thank you