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!
Custom Transaction Email with line items
Hi all,
I want to have a script send a fulfillment email only when certain items are fulfilled. I know I can do this with saved search alerts, but I also want the message to be attached to the fulfillment (or ideally the SO), which a Saved Search alert won't do.
I've looked at the API, and I see nlapiMergeRecord and nlapiSendEmail, but I don't see how they support sending the transaction line items in the body of the email, which is one of my requirements. It looks like you can only merge transaction body fields.
Is there an easy way to do this? Has anyone done something similar, and if so, do you have some sample code to share?