
- 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 04:36 AM
Then you can use multi select checkbox from angularJS (Checklist-model - AngularJS directive for list of checkboxes )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2017 04:43 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2017 04:55 AM
Shahid,
This is what is List collector, you can change the field type from reference field to list collector and use it with same syntax sn-record-picker.
Regards,
Sushma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2017 04:56 AM
HI Susham,
Yes i want the syntax for that.
Can you share?
Thanks,
Shahid

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2017 05:01 AM
No syntax as such you just have to change type from backend table and fetch it using glideRecord server script and use it in HTML.