Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Thanks!