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.
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