Discussions

Check out Oracle NetSuite upcoming events and conferences here
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Update your Profile with your Support type to get your Support Type badge.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Don't miss out on our Question of the week! You only have until tomorrow, October 10, 2024, 2PM ET to comment your answers and earn rewards! Click here for more details.
Get ready to take on exciting new challenges and become the next SuiteMaster of the Month!
AI capabilities embedded across the suite help boost productivity and give leaders an edge by helping them analyze data faster and generate unique insights that drive better decision-making. Watch these on-demand webinars to see how our AI capabilities can help you.

Streamline Invoice Processing with AI-Powered Automation

Use AI-Driven Insights for Faster, Better Planning and Forecasting

How to Print Item Images in Sales Order Using Advanced PDF/HTML Template

edited Jan 16, 2023 8:44AM in Ask A Guru 3 comments

We have Assembly Items which contains a Custom field for Item Image. This field contains images for our products (Field ID: custitem_atlas_item_image)

I've tried to show these images in the Advanced PDF/HTML Sales order template, but i'm having an issue with it. I'm using the following code:

==============================================

<#if record.item?has_content>

<table width="100%" border="0" cellspacing="0" cellpadding="0" class="items2">

  <#list record.item as item>

  <tr>

   <td width="5%" align="center"><@filecabinet nstype="image" alt="" src="${item.item.custitem_atlas_item_image}" style="float: left; width: 25px;" /></td>

  </tr>

 </#list><!-- end items -->

</table>

</#if>

==============================================

Now with every assembly item in the sales order it shows the same item image.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!

Leaderboard

Community Whiz

Quarter 3 (Jul-Sep 2024)

This Week's Leaders

This Month's Leaders

All Time Leaders