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!
unitstype shows error
Hi guys/gals,
I'm trying to show the weights of our items but I get an error when I use:
<%=getCurrentAttribute("item","unitstype")%>Specifically, I'm trying the following at Setup | Web Site | Item/Category for when somebody is viewing an item. Ex: {URL="http://var.abptech.com/s.nl/it.A/id.1881/.f?sc=2&category=2527"]http://var.abptech.com/s.nl/it.A/id.1881/.f?sc=2&category=2527[/URL]
Here is the code:
<td colspan="2" class="itemdestext"> Weight: <%=getCurrentAttribute("item","weight")%> <%=getCurrentAttribute("item","unitstype")%> lbs<br> Warranty Information:<%=getCurrentAttribute("item","custitemwarranty")%> </td> 0