Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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..!!