User table email address filtering.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 09:49 AM
Hello,
Currently, there are many users in our company with multiple email address. For example from the below screenshot. Could we filter the email address to show only ONE email address for all users? Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 11:34 AM
@Annie10 Does your sys_user table have multiple records for the same user with different email ids? Or their single user record has multiple associated email ids?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 12:59 PM
Single user record has multiple associated email ids.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 11:42 AM
Hi @Annie10 ,
You can use a simple filter condition on the reference field type wherever user table is referenced to such as :
Email contains @example.com
Or advanced filter with query
emailLIKE@example.com
Please mark my answer helpful & accepted if it resolves your query.
Regards,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 01:01 PM
Your suggestion to put a filter condition on the reference field type. It solution works on individual catalog item, but will not work for all catalog items.