How to setup lookup field for user email ID?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 07:27 AM - edited 09-06-2023 07:50 AM
Hello Team,
I would like to setup a lookup field "user email ID" in catalogue ITEM , which reference table I need to use. When I use sys_user, I am getting user ID not email ID. but I need email ID lookup.
Can you please help.
Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 07:39 AM
You need to add/modify the ref_ac_columns attribute on the dictionary entry to have the email field.
Directly from the docs:
For example, ref_ac_columns=user_name;email;sys_created_on allows auto-complete to match text from the user_name, email, and sys_created_on columns.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 08:15 AM
@Elijah Aromola I would like to setup a lookup field "user email ID" in catalogue ITEM