Hi All,
How can i retrieve image of a part on part maintenance screen?
The image is stored on the epicor server.
Thanks
You have to assign it in Part Entry> Attributes. First you have to upload all the images. I assume you did that already. Then just point to the correct image for the part in the attributes Part Image section.
I use Epicor attachment because this feature support full image view option.
@NateS , Do you know, how can this part image(in attribute tab) be viewed in full resolution(full size) from Epicor. Like you click on the image or somewhere and another window opens with full size image.
If you don’t want to do any fancy customizations, then just right click the image, and open in new tab.
If you do want fancy customizations, then pray to your preferred deity and launch Applicaiton Studio. Make a new layer for Part Entry. I think the right click option is the easiest and best way.
No. You have to use Image Maintenance to upload single images or a folder of images.
Not through a UNC path like
\\server\share\images\img.png
But you could add an HTTP endpoint that points to that folder and use the link in the Link Attachment type. You would then add a website widget to the page and update the URL property.
The one problem with storing all files in one place is it is more difficult to specify access by user or group. All Kinetic users will have access by default. Here you are better served by using ECM or SharePoint for your images.
OTOH, if you want images in SSRS reports then storing them in the database like @NateS suggests or the http endpoint will work as you need to grant the SSRS agent access to the files.
I’m totally open to other methods people are using.
LOL… Right click and new tab is good for me. Cant afford the wrath of application studio.