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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Item List Cell Review Request
I've been pondering our Item List Cell template and found something that concerned me. If anyone could provide input, that would be great.
The "Out of the Box" method that was designed by our consultant in 2007 uses what I think is standard for Netsuite. This is shown below:
----------
<a href="<%=getCurrentAttribute("item", "storeDisplayThumbnailHTML")%>"></a>
<a href="<%=getCurrentAttribute('item','storeURL')%>"<%=getCurrentAttribute("item", "storeDisplayName")%>
</a>
-----------
The challenge with the above is that it creates 2 href/links to the same url rather than one link.
Below is the method I'm considering:
0