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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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