Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Subject person field not redirected correctly

Skydev22
Tera Contributor

Hello community subject  person should redirect me to HR Profil but somehow i get redirected to sys_user any suggestion on how to solve this please ?Capture d’écran 2025-06-04 135425.png

2 REPLIES 2

Rob Sestito
Mega Sage

Hi there @Skydev22 -

Could you maybe also show the image of the subject person tab that opens when you click on their name?

By default, yes, it does open the hr profile record:

 

RobSestito_0-1752154196678.png

HR Profile tab that opens up

RobSestito_1-1752154238950.png

Even the little person icon states it will open the hr profile

RobSestito_2-1752154856687.png

 

This could be a system issue you are having, which would require a SN HI Support ticket. As this is base system functionality and if broken, SN needs to correct it.

 

 

Ratul Arora
Kilo Guru

Hi @Skydev22

 
1. Check the Workspace Configuration for Navigation

  • Go to UI Component / Declarative Action / Configuration used for the Workspace.

  • Look for the "Open Record" or similar action on the Community Subject or Person entity.

  • Ensure the table reference is pointing to sn_hr_core_profile instead of sys_user.

    OR
    Make sure the sn_hr_core_profile record actually exists for the user. If it doesn't, it will always fall back to sys_user.

Regards,

Ratul A