Adding Images to Operations on Travlers

We want to add an image to job operations (mostly diagrams of the step). I see how to add the image into Epicor but I can’t figure out how to attach it to an operation.
Thanks
Melissa

Just to clarify you want an attachment on the job to display on the job traveller report? Sort of like Job Comments, but a picture?

Yes please :slight_smile:

There is a way to do it; you can use the storefile table in epicor and use it to save your images there (you might want to use a UD field to connect your joboper to storefile) then create a customization that safe the image in that table. then pull the image on the traveler. That is the way epicor save images for the part label.

Also you can add the image as attachment with the name being the operation seq and query the attachment table and pull it on the opration you want.