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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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)