0
votes

I need to print an image file on the Inventory Valuation report (IN615500) that is attached to an item. How can I do this?

Version 19.101 of Acumatica.

I found this:

Add image file on Employee Screen and add it into Purchase Order report designer

but, I'm just not following on how to do this.

TIA!

1

1 Answers

1
votes

You can achieve this with the hardcoded magic field name NoteFiles.

Add a picture box control, set properties Mime Type to image/gif Source to Database and Value to =[InventoryItem.NoteFiles]: enter image description here

I tested this solution for Inventory Valuation report: enter image description here