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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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