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!
NLSHIP_TO_ADDRESS not working on transaction form
We have a transaction Custom HTML Layout that is used when a customer generates an estimate on the webstore, and most of it works perfectly. One tag just won't work though - <NLSHIP_TO_ADDRESS>. No matter what I try, this element won't appear in the HTML. The NLBILL_TO_ADDRESS shows up just fine, but not the ship_to.
Has anyone come across this problem before?
Here's the part that is giving us trouble. (again, bill_to shows up perfectly... ship_to just remains blank)
&lt;table border="0" cellpadding="1" cellspacing="0"&gt; &lt;tr&gt; &lt;NLBILL_TO_ADDRESS&gt; &lt;td&gt; &lt;/td&gt; &lt;NLSHIP_TO_ADDRESS&gt; &lt;/tr&gt; &lt;/table&gt;