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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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,