How to populate users email when user name reference field is selected

Bruler1230
Tera Expert

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

1 ACCEPTED SOLUTION

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.

 

View solution in original post

10 REPLIES 10

preferably on change, but on submit would work if nothing else

Yes, so this works on Change of user field, Email address would popup on the dot walked field. Please check it out once and see if it works for you

Yes, this works on the backend, but i am not able to figure out to make this work on form in the service portal. 

as an example, the user picks a user and then the user name email would auto populate

This is also a Request, not a record producer if that makes a difference.

find_real_file.png

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.