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!
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: