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!
Email piping doesn't work with nlapiSendEmail
I've been working on a new suitelet that would allow my users to send emails to our customer in various ways.
When I've correctly implemented nlapiSendEmail without any error, and am using the records parameter for both the transaction and customer entity.
Unfortunately when I send out the email with the nlapiSendEmail it doesn't track the replies like the standard email functionality does inside of NetSuite.
Is this a known issue? Is there something else I should be doing to allow this to work within the nlapiSendEmail function?
[EDIT] - Spelling
var user = 109; var records = new Object(); records['transaction'] = 132473; records['entity'] = 7; nlapiSendEmail(user, 0