what script will automatically add attachment to e...
# ask-stanley-ai
n
what script will automatically add attachment to email to be sent template on invoice?
c
AI generated answer (using internal Slack threads):
Based on the conversations, it seems that you can use a combination of SuiteScript and Workflows to automatically add an attachment to an email template on an invoice. Here's a general approach: 1. Create a search that captures the Invoices you want to email. Include a summary criteria to exclude Invoices that already have email messages. 2. Create a Scheduled Workflow using the above search. 3. In the Workflow, add a State - Action - Send Email, Apply your template and Attach PDF. 4. Test that your search in step 1 excludes the sent transactions. For attaching other files stored in the files subtab, you can use SuiteScript. You will need to search the attached file and then attach them in your email. Unfortunately, no specific code sample was provided in the conversations. For changing the default subject line and default email content, you can create a custom email template and link it to your Invoice Form (Customization > Transaction Forms >[your preferred invoice form]). If the email is being sent out instantly, you can go to Setup>Company>Email Preferences and check the "Use Popup for Main Transaction Email Button". This will give you a dialogue box that pops up where you can do most of what you're asking manually. If the email is still being sent with the old template, it might be due to a Workflow or a scripted action. You can check your Workflows (Type=Transaction) and see if there's a Send Email action that's using the old template. If it's a scripted action, you can go to Customization>scripted records>invoice and update it accordingly. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.839257121
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838382959
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.828487635
Please provide your feedback on this answer.