Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2019 09:49 AM
Hello,
I am looking for an easy way to autopopulate a users email whenever the user name is selected from a reference field (sys_user table). Is there an easy way to do this? Any suggestions are appreciated.
Thanks
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2019 10:47 AM
Oh, This only works on table based forms, not on the catalog form. For catalog, you would need to write a on Change client script and populate the email using a Glide Ajax call to server side.
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2019 03:29 PM
Thanks!