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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Conditional PDF download - coding help required.
I want to offer a PDF data sheet download for some products. However the code I am using keeps the link live and null if there is no associated PDF file available. Is there an easy way to make the link conditional on there being a pdf file present?
Here is the code I am using.
<td width="135" rowspan="2" valign="middle" align="center"><img src="http://shopping.netsuite.com/core/media/media.nl?id=12560&c=1015608&h=4ddf1b4acc15a11eb25d" height=25 width=25 value ="New Window!" onClick="window.open('<%=getCurrentAttribute('item','custitempdf')%>','mywindow','scrollbars=no','toolbar=no','location=no','status=no','menubar=no','resizable=no','directories=no');" style="cursor: pointer" ></td>
0