- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 12:27 AM
Hi All,
I have created a reference field referring to the User table and added attributes to show the Name + Email combination when a user tries to search for a name.
Attributes : ref_ac_columns=name;email,ref_ac_columns_search=true,ref_auto_completer=AJAXTableCompleter
Now the issue is this works fine for users with roles, but not for end users
For end users,
Any suggestions would be appreciated.
Solved! Go to Solution.
- Labels:
-
Customer Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 01:09 AM
Hi,
Checkout this ACL: /nav_to.do?uri=sys_security_acl.do?sys_id=7df70f39c0a801661fb9e679f553c760
It seems to be working as designed, if you want to show the email addresses to users without roles, you'll have to add an ACL for the email field.
HTH,
Sylvain

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 01:09 AM
Hi,
Checkout this ACL: /nav_to.do?uri=sys_security_acl.do?sys_id=7df70f39c0a801661fb9e679f553c760
It seems to be working as designed, if you want to show the email addresses to users without roles, you'll have to add an ACL for the email field.
HTH,
Sylvain

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2019 06:59 AM
Hi, how do you actually do this without modifying the existing OOTB ACL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2024 04:41 PM
AMEN to that!!! We need to have options to add columns to reference variables without modifying acl's - this sucks. I don't like the answer but of course I'll go modify the acl - you'd think here we are 5 years later and we still have to do this? ugh.