Forum Discussion
CoreyEllis
7 years agoQrew Trainee
Hi Thanks for your reply - I am trying to generate an email directly to a QB user with all the fields from a form (about 10 fields). I used a URL Formula field and created a button with code: URLRoot() & "db/" & Dbid() & "?a=GenEmailRecord&rid=" & [Record ID] & "&dfid=29" but then it takes me to page where I have to put in the user I want to send the mail to, then hit a send button. I would like to send a direct email with the form fields to a specific user once the button is hit.