Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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)