Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

how to route users to employee center based on specific user criteria

sath
Tera Expert

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

Medi C
Giga Sage

Hi @sath,

Could you please:

  1. Go to the Script Include "SPEntryPage"
  2. Adjust the function "getFirstPageURL" As per your requirements
  3. Ensure the system property "glide.entry.first.page.script" is set to:
new SPEntryPage().getFirstPageURL();

 


Thanks & Best regards,
Medi