Hi, does anyone tried to have automatic invoice em...
# general
k
Hi, does anyone tried to have automatic invoice email once an invoice is created from being memorized (automatic)? Thank you!
c
Hey, yep, automatic invoice emails work great with memorized transactions set to "Automatic." Just mark the "To Be Emailed" checkbox on the original invoice before memorizing, and it'll fire off each time a new one generates.
💡 1
k
Hi Christian, thanks for your response. So before memorizing the original invoice I need to mark the "To Be Emailed" checkbox. Do you know if I can put multiple email addresses on the To Be Emailed checkbox using a SuiteFlow or SuiteScript?
c
Yes, mark the "To Be Emailed" box before memorizing, and it’ll trigger each time. For multiple addresses, SuiteFlow can’t natively edit that field, but a quick SuiteScript (beforeSubmit) can parse a custom multi-email field and populate the email list. Test in sandbox first! :>
k
You mean a SuiteScript can possibly set those email addresses on the "To Be Emailed" checkbox?