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.
Embed Item Fulfillment Data into Custom HTML Shipping Confirmation Email
In attempts to embed data from the item fulfillment record in the HTML shipping confirmation email template, I created a new email template called Shipping email for shipping confirmation - Magento v2. In this template, I embedded HTML code into the editor so I can hopefully be able to bring in custom data in the html. Currently I am not having any success. Below are the changes I would like to make in the html pieces of the template:
Item.tranid --> Itemfulfillment.createdFrom
Item.linkedtrackingnumbers--> Itemfulfillment.trackingLink
Item.shippingaddress_text--> Itemfulfillment.shipAddress
Item.billingaddress_text--> Itemfulfillment.billAddress
I am unsuccessful in getting dynamic data to appear in the html as desired. Can someone help me to have the data for these fields to appear in the HTML file?