Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Emailing Transactions: Setting CC persons
Hi All,
I am sending emails via Transactions and am trying to automatically populate the email addresses of persons i would like to be CC'd on each email.
I have a UserEvent script (attached to record type 'Message') which on BeforeLoad of Transaction emails populates the names of persons to be CC'd on the email. This works as expected, however there is an additional checkbox field that i would like to check. This is the 'CC' column.
Currently i have the following code to set the email addresses of the persons i would like to CC.
var thisCopyToSublist = form.getSubList('ccbcclist');