Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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');
0