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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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