Attachment Storage

After going back and forth, I am now playing with on prem storage. I have our dev environment attached to on prem. I am just now trying to figure out if I can somehow enforce a naming convention per location.

So I pretty much got what I wanted, except one little thing got added on to this from some users. They want the our parts to have images. Uh okay I can look into that. I figured our how to upload images, but these image don’t go to my on Prem server. I asked Epicor last week how to change the location and point it toward my file share. No answer -.-

Because it’s not designed that way. The built in image stuff in Epicor is Db blobs.

You could customize around it if you really need that to happen.
I have some code that around here that does part of it. ( The retrieval side should be similar.)

That being said, I really think you need to reconsider cloud storage of some type.

It’s been a minute, but refresh us on your whole situation.

Are you on-prem, private cloud, SaaS?
Multiple locations, etc?

What all are you wanting to store and how do you want to use it?

2 Likes

We are Kinetic (cloud). I came in after the company decided to go with Epicor. I think the UI is horrendous and their support has not been very good. Implementation wasn’t well either from what I head. No one took the the time to configure and move a lot of data from one ERP to another. That being said, we have a lot of information I don’t want on the cloud. Our rep didn’t give me a clear answer on storage cost and no one asked that question before implementation. Therefore I would rather dump things on an on prem server so if we move away from this, our proprietary information is on our servers and not Epicor.

You’re gonna have a lot of pain with a cloud ERP and on prem storage.

I’d seriously look at using SharePoint.

1 Like

Currently, if you store your images in the database, that’s included with your subscription and no extra costs to you. But like Kevin suggests, you’re better off putting those files into some kind of content management system. It will give you more security options than network shares ever will, and it works well with a browser whether you run an ERP on prem or in the cloud.

It really doesn’t matter where it is. It needs to be protected. Many believe that JUST being on prem is safer. It is not. Most here have heard my rant but if you’re interested, I wrote an article about this last year.

1 Like

Attachments are not stored in database. Only their file names.
Also cloud does not store user attachments, they are always on user’s storage, either files, or SharePoint, Google, DropBox or ECM(if on-prem, otherwise technically Epoicor stores it in the cloud).

2 Likes

Olga is correct here. (Redundant) Things like Part Images are stored in the database. If we’re talkiing attachments, then it’s just like she says.

2 Likes

But they don’t have to be, got a library for that :wink:
(Note → retrieve only, didn’t implement storage)

1 Like