Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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;
0