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.
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!
How can I print image of respective line items?
Hi Team, On a SO PDF, I'm trying to display the item image, The below code seems to be working before, But now the image of first line item is only getting printed for all the line items.
Would appreciate any insights. Thank you!
<@filecabinet nstype="image" height="50px" alt="" src="${item.item.custitem_atlas_item_image}" style="float: right;" width="40px" />
0