Jump to content
Salesforce and other SMB Solutions are coming soon. ×

emailing invoice


ronnie65

Recommended Posts

I have an invoice that I've set up to be able to print. This works fine as the scrip takes it to a new page where I can see how the invoice will look and print it. However, now I need to be able to email the invoice when I click the email icon in the invoice form. I don't know exactly what scrip to use to be able to email and for the client to actually see the invoice as an attachment or for it to appear on the email. I'm really knew to this so scripts are a bit beyond me right now. HELP!!!

Link to comment
Share on other sites

In version 8, it should be no problem. I am presently assisting a company in doing exactly what you are looking for. In addition to sending the invoice, you should consider tracking ones which are sent so that you don' t duplicate the effort which could present some annoying results on the side of the customer.

Link to comment
Share on other sites

Sunshein, with respect, that does not answer the question. While it is useful for the OP to know that it can be done, they asked how to do it and what script steps to use.

 

Would you care to elaborate on your method? Do you use native FileMaker Pro script steps like Send to PDF and Send Mail? Or do you use a mailing plugin and perhaps a file manipulation plugin?

Link to comment
Share on other sites

It seems like the earlier version of Filemaker running on PCs needed to use a plugin, but with later versions - pdf files can be handled directly in the script process. I'm not certain when that capability came about.

 

I would Save Records as PDF, then Send Mail with the pdf file as an attachment.

Link to comment
Share on other sites

I would Save Records as PDF, then Send Mail with the pdf file as an attachment.

OK, let's go with that then. Although I doubt that you have tried it because if you had, you would have run into the following issue:

 

The Send Mail attachment, if scripted, needs to be a specified file name in a specified location e.g. invoice.pdf on the user's desktop. It is not possible to access the calculation engine to specify the attachment file name.

 

So the native FileMaker Pro solution (without plug-ins) requires a scripted process along the lines of:

 

# Create PDF of report and save to know location with known name

# Send Mail to email address with attachment from known location and name

# Remove PDF from location

Link to comment
Share on other sites

There is a function to Save as PDF. Use this for your invoice and then check the box to email the pdf...

The issue with using that method is that the email produced does not and cannot be addressed. It would be nice if there were an option to specify the email to address but at the moment you get a blank To: in the resulting email.

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use