April 1, 200916 yr I'm wondering if anyone has done much in v10 with automatically generating PDF's from Filemaker and automatically emailing them without any operator involvement at all. I'm sure that this is very doable in 10, but if anyone has some head start tips I'd be excited.
April 1, 200916 yr Hmm. The Save as PDF script step is not supported by FMS, so you couldn't use that in a script run by the server. The email part is easily accomplished with a plugin that supports server run scripts. We've used 360work's email for this (we need multiple attachments and html).
April 1, 200916 yr Author We actually can run the script from a client terminal. It doesn't need to be server side. What I'm unsure how to do is delete the PDF once its been created so that a pile of documents doesn't build up for the users.
April 1, 200916 yr If you create the PDF in the user's temp folder - using Get(TemporaryPath) - it will get deleted when FileMaker quits.
Create an account or sign in to comment