How to redirect end user with no role to directly at Employee Center Portal
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2024 01:20 AM
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2024 06:12 AM
- Update the glide.entry.first.page.script system property to value to "new SPEntryPage().getFirstPageURL()"
- Validate/update the SPEntryPage script include to make sure the correct default portal suffix is around line 37
- If needed, in same script include, confirm no other special roles are needed to ignore (e.g., if have CSM or HRSD, client roles may be assigned to user records, but still want them going directly to portal). This is in the getFirstPageUL function that was set in the system property
You can probably find a lot of documentation when doing a search for redirecting users to portal, but validate the dates. The process has changed over the years a good bit.