Forum Discussion

QuickBaseCoachD's avatar
QuickBaseCoachD
Qrew Captain
8 years ago

How to make a URL button to email a report?

I know how to make a button to initiate emailing a record and populate the TO box.

Send Email and populate the To Box


URLRoot() & "db/" & Dbid() & "?a=GenEmailRecord&rid=" & [Record ID#] 
& "&tolist=" & List(", ",UserToEmail([R/S User 1]), UserToEmail([R/S User 2]))

Insert &dfid=11 to force a form
?a=GenEmailRecord&&dfid=11&rid=




... does anyone know how to make a similar button to pop up that screen to email a report and populate any of the fields (TO, Subject, Body)?

5 Replies