User table email address filtering.

Annie10
Tera Contributor

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 

 

Annie10_0-1695228397881.png

 

 

 

18 REPLIES 18

Sandeep Rajput
Tera Patron
Tera Patron

@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?

Hi @Sandeep Rajput 

Single user record has multiple associated email ids.

Danish Bhairag2
Tera Sage
Tera Sage

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

Hi @Danish Bhairag2 

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.