Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
customer links within an item record
OK, on the item page I want to add a couple links that go something like this:
For more items from this manufacturer click here
For more items from this category click here
I'm having trouble though generating a link that will pull either the item's vendor or category.
I've tried:
<a href="http://www.mystoresname/<%=getCurrentAttribute("item","category")%>"><%=getCurrentAttribute('item','category')%> </a>
and
<a href="http://www.mystoresname.com/s.nl?sc=2&search=<%=getCurrentAttribute("item","vendorname")%>"><%=getCurrentAttribute('item','vendorname')%> </a>
I looked in the get attributes section and seen the vendorname and sitecategory and also tried just category. But none of them seem to pull up.