how to route users to employee center based on specific user criteria
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2025 06:24 AM
Hi,
We need to route all users who report to a specific person to employee center portal when they try to access ServiceNow. Can anyone assist on how to achieve this requirement?
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2025 06:42 AM
Hi @sath,
Could you please:
- Go to the Script Include "SPEntryPage"
- Adjust the function "getFirstPageURL" As per your requirements
- Ensure the system property "glide.entry.first.page.script" is set to:
new SPEntryPage().getFirstPageURL();
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
