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.

View manager information in a user's record in the sys_user table

PatoHerrera
Tera Contributor

When viewing a user's record in the sys_user table, one of the fields displayed is the "manager" field. I need to be able to see the manager's "title" and "employee_number" in the same user record.

1 REPLY 1

PatoHerrera
Tera Contributor

example: my user is USER1, in the sys_user table  i can see:
name
Last_name
User_id

email

title

manager

employee_number

 

I need add two fields related to "manager" info. 

manager_title

manager_employee_number

 

So, my perfil must be: 

name
Last_name
User_id

email

title

employee_number

manager

manager_title

manager_employee_number

 

thanks..!!