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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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.