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!
custom field / image display on drill down
All,
Sorry if this is a repeat - I've dug around and haven't found my answer...
We're pulling images on to our item drill down template using custom image fields created in NS.
My question:
when you use a tag like <%=getCurrentAttribute("item","customimage")%> ... should it be able to pull the referenced image just from the tag itself??
OR..
should the tag be embedded in an img src tag? like:
<img src="<%=getCurrentAttribute('item','customimage')%>" alt="" name=" " width=" " height=" " border="0" />
The big problem is... The only way I can get the image to show up is embedded in the tag. AND - if I embed in a tag, and this field doesn't apply to all products using the drill down template, the missing image icon shows up (esp. in explorer/win)