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!
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,