datalink Posted April 1, 2009 Posted April 1, 2009 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.
bcooney Posted April 1, 2009 Posted April 1, 2009 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).
datalink Posted April 1, 2009 Author Posted April 1, 2009 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.
Fitch Posted April 1, 2009 Posted April 1, 2009 If you create the PDF in the user's temp folder - using Get(TemporaryPath) - it will get deleted when FileMaker quits.
Recommended Posts
This topic is 5715 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now