How to redirect end user with no role to directly at Employee Center Portal

ShobhikaR
Tera Contributor
 
1 REPLY 1

Susan Britt
Mega Sage
Mega Sage
  1. Update the glide.entry.first.page.script system property to value to "new SPEntryPage().getFirstPageURL()"
  2. Validate/update the SPEntryPage script include to make sure the correct default portal suffix is around line 37
  3. 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.