Hello,
I currently have a non-Five workflow where I generate then email .pdf reports by running a select query on say an ‘agents’ table, then passing each ‘agent’ as a parameter to a second select query that queries a ‘sales transactions’ table, saving a view of the data as a .pdf report, then emailing each agent their .pdf statement.
I understand I can store .pdf’s as type binary in the database, and that I can attach or include a link to the .pdf in a mail merge.
Is there a way to generate the .pdf files from a query or view in Five?
Thank you.