Referencing the sys_user email address

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2011 11:48 AM
How would I create a reference variable that is referencing the email address from the sys_user field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2019 06:34 AM
Hi All,
I've found this article and tried this script on a catalog item but do not solve my problem completly.
ref_auto_completer=AJAXTableCompleter,ref_ac_display_value=false,ref_ac_columns=email;
When a type the fullname I can see the Caller.Email (image 1) but can't search by Caller.Email (image 2). Is that possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2019 07:44 AM
You need the following attribute as well to enable the searching of the additional fields being shown:
ref_ac_columns_search=true
So the entire attribute would be:
ref_auto_completer=AJAXTableCompleter,ref_ac_display_value=false,ref_ac_columns=email,ref_ac_columns_search=true;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2019 09:22 AM
Is it possible to select a user name on a newly created form under a catalog and to auto populate the email address, phone number (the record was updated manually to have the phone number) and address... Thanks in advance for your assistance!