How can I restrict access to specific files in our ERP system?

0
0
Asked By CuriousCoder42 On

Hey everyone! I'm working with an ERP system where documents are essentially links to files stored on a network share. For example, invoices are kept in a dedicated folder called 'Invoices'. While some users need access to these files, they often don't realize that opening the folder directly in File Explorer will show them all invoices. I'm concerned about users potentially accessing more files than they should.

Ideally, I'd like to restrict access so that users can only view specific invoices through ERP. I've considered using Sharepoint for unique file links, but that's not an option due to internet speeds. I've also heard about storing documents directly in the ERP database, but was advised against it because it could negatively impact performance. What options do I have to safely manage access?

1 Answer

Answered By TechWhiz99 On

You could explore using NTFS permissions to manage access. By setting Windows permissions on the share, you can restrict users to read-only access for specific files while preventing them from viewing folder contents. This way, they'd only be able to open the files through the links provided by the ERP without seeing other files in the folder.

FileGuru87 -

So with read-only permissions, a user wouldn’t see any files when they access the folder, but they could still open specific files directly if they have the path? That certainly seems like an improvement over the current setup!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.