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
bug in nlapiSendEmail?
Good morning,
In the help center, I found, about nlapiSendEmail, this:
[...]
Parameters:
[...]
recipient {string | int} [required] - External email address or the internal ID of the entity in NetSuite.
[...]
cc {string | string[]} [optional] - An array of email addresses or a single email address to copy
[...]
I wanted to specify several emails as "recipient", but looking at the help it seems it's not possible (while for "cc" it seems possible).
Anyway I tried to specify them as a comma separated string ("email1@domain1.com,email2@domain2.com,...") and... it works!
I'm wondering this: is this a bug, something that one day can change, and maybe my scripts stop to work because they are only exploiting this bug?
0