After login user who is redirecting to sow instead of nav.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 05:54 AM
There is two users with same roles one is working fine but second one user When I login a user he redirect to SOW page instead of now/nav/home page. Any Idea why this is happening.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 07:40 AM - edited 12-15-2023 07:43 AM
Hi, please check following items.
1. Compare the roles and confirm both accounts have the same role count.
2. You should check whether location-wise re-direction is enabled or not
Additionally, check with the SPEntryPage() Script include and confirm.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 08:13 AM
@Ajay Singh2 - Add debug statements in SPEntryPage script include and check the routing for those users.
To view debug output from SPEntryPage and see the session variables it redirects based on:
- Make sure the system property glide.entry.first.page.script has the value new SPEntryPage().getFirstPageURL().
- Open the SPEntryPage script include and find and set this.logVariables to true.
- In a different browser (or "incognito" or "inPrivate" session), log in.
- The log output can be viewed by navigating to System Logs > System Log > All
-- Please mark my answer as helpful and the solution accepted if it serves the purpose.