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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Print Receipt Images in Expense Reports
Hello,
In our employee expense report print pdf (advanced pdf/html template), we are printing the receipts saved in the attach column for each expense line. However, it will not display in the expense report if we don't set the image file as "available without login". Is there a way not to do it like that?
We don't want anyone accessing the image file aside from administrators and the employee who uploaded it. We don't want to check "available without login" for these image receipt files.
Here is a snippet of my code:
<#list record.expense as expense>
<#if expense.expmediaitem@Url?length != 0>
0