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!
Adding links within an item's 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")%>"><%=ge tCurrentAttribute('item','category')%> </a>
and
<a href="http://www.mystoresname.com/s.nl?sc=2&search=<%=getCurrentAttribute("item","ve ndorname")%>"><%=getCurrentAttribute('item','vendo rname')%> </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.