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.
Transaction Communication Messages for SalesOrder & Estimate
Hi,
I am sending out an email for the Sales Order. How can I also attach this email to the Estimate for a communication message?
I attempted to add it as a customRecord
However, it did not work.
email.send({ author: recipientService.getAuthorId(), recipients: [customerEmail], bcc: recipientService.getFallbackRecipients(), subject: mergeResult.subject, body: mergeResult.body, attachments: [pdfFile], relatedRecords: { entityId: customer.id, transactionId: salesOrder.id, customRecord: { id: estimate.id, type: record.Type.ESTIMATE, }, }
I also tried attaching the message record to the Estimate and/or Sales Order. However, I received an error of Attaching of record type message to salesorder is not supported