How can I get any user's title in a reference field?

jesusnava
Giga Expert

Hello everyone,

I'm trying to get from a reference field any user's title just like the location (cmn_location), just that for the user's title there is no table since the one being used is the sys_user: this is what I'm truing to do:

find_real_file.png

find_real_file.png

find_real_file.png

 

How can I get the information I need? anyone can help me out?

Thank you!

1 ACCEPTED SOLUTION

Prateek kumar
Mega Sage

You wouldn't require a reference field. All you need is a string field and auto populate user title.

User Information


Please mark my response as correct and helpful if it helped solved your question.
-Thanks

View solution in original post

5 REPLIES 5

Brent Sutton
Mega Sage

In your form configuration, you could just dot walk to the user table and display this field on your form as Read-Only.

Thank you!

Prateek kumar
Mega Sage

You wouldn't require a reference field. All you need is a string field and auto populate user title.

User Information


Please mark my response as correct and helpful if it helped solved your question.
-Thanks

Thank you!