I have an auto-generated email working on my datapage submission form. The table that the form is drawing from is using the unique identifier (Employee_ID) to track the employee that is logging or entering the item in the form. I would like for the employees name to be displayed on the e-mail, so the recipient knows who the email is coming from. I see that I can choose from any data source field that is on the original table and insert that into the subject or into the body of the email. The problem is that when I insert the only option that makes any sense (Employee_ID) the email is sent with the number rather than the employee name. How can I get the email to display the name? I have the same issue with the Job_ID. I would like to also include the job name.
Notes: I've already created a relationship and stated to display the name rather than the ID.
Update: I was able to solve the employee ID by inserting a hidden virtual field into the page, and then entering that data source. Since that came from the authentication table, it was available. I'm still at a loss for how to insert the Job name in lieu of the Job_ID.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Craigs
I have an auto-generated email working on my datapage submission form. The table that the form is drawing from is using the unique identifier (Employee_ID) to track the employee that is logging or entering the item in the form. I would like for the employees name to be displayed on the e-mail, so the recipient knows who the email is coming from. I see that I can choose from any data source field that is on the original table and insert that into the subject or into the body of the email. The problem is that when I insert the only option that makes any sense (Employee_ID) the email is sent with the number rather than the employee name. How can I get the email to display the name? I have the same issue with the Job_ID. I would like to also include the job name.
Notes: I've already created a relationship and stated to display the name rather than the ID.
Thanks!!!!
e-mail Field.docx
Update: I was able to solve the employee ID by inserting a hidden virtual field into the page, and then entering that data source. Since that came from the authentication table, it was available. I'm still at a loss for how to insert the Job name in lieu of the Job_ID.
Edited by CraigsPartially solved
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.