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.
Custom Item Fields Repeating (when they shouldn't)
Hi all,
Having some trouble with custom item fields when they get pulled into the item list cells. I've set it up so that we can upload thumbnail images of the available colors for each item. I'm doing so using custom item fields named custitem_custom_altimage1, custitem_custom_altimage2, etc, all the way to custitem_custom_altimage10. Here's how the individual item list cell is set up:
<table border="0" cellspacing="0" cellpadding="0" id="items"> <tr> <td class="item-header"><A href="<%=getCurrentAttribute('item','storeurl')%>"><%=getCurrentAttribute('item','storedisplayname2')%></a></td> </tr> <tr> <td id="item-bg"><table border="0" cellspacing="0" cellpadding="0" id="item-interior-table"> <tr> <td rowspan="2" class="item-img"><A href="<%=getCurrentAttribute('item','storeurl')%>"><%=getCurrentAttribute('item','storedisplaythumbnailhtml')%></A></td> <td class="item-desc" no><h1>Volume:</h1> <p><%=getCurrentAttribute('item','custitempackvolume')%></p> <img src=" 0