Hi, does anyone tried to have automatic invoice email once an invoice is created from being memorized (automatic)? Thank you!
c
christianRILECPQ
09/24/2025, 10:52 AM
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
kns25
09/24/2025, 10:57 AM
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
christianRILECPQ
09/24/2025, 11:00 AM
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
kns25
09/24/2025, 12:17 PM
You mean a SuiteScript can possibly set those email addresses on the "To Be Emailed" checkbox?