
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2017 05:54 AM
In my case I'm referring to sys_user table and picking name(display name )field which is not a reference field, my client need the sn-record-picker to show the email ID just below the Name for each record(this feature is very much required because one person will have multiple credentials with different email IDs in my case) I'm attaching and highlighting how I want it to be shown first . Any expertise on this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2017 06:10 AM
Hi
If you specify the email in the
display-fields="'email'"
the email will be displayed under the user name
and if you do a
search-fields="'name,email'"
The users can be searched by name or email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2017 05:26 AM
HI Sushma,
have you ever done that?
Please do share the ides or the code with me in case you have used it.
Thanks,
Shahid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2017 08:43 AM
Hi Shahid,
I have the same requirement as you, did you find a way to do that?
thank you!