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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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