Skip to content

Local Disk Access

Attended access

If Business Central process needs to work with locally stored file, user can be asked to choose which file to upload to Busines Central for processing or where to store the file created by Business Central. This is standard process with Upload/Download dialog where user must choose the file.

Unattended access

If some Business Central process needs to work with locally stored files without user interaction (like from Job Queue), it cannot be done by default tools available, because the process running on Cloud infrastructure have no access to local resources. In this case, the process must use tools like Navertica Local FS service and extension, which allows programatical access to selected folder on specific server.

Another solution is to use some Cloud storage service (Azure Storage etc.), which could be accessed through Rest API from cloud. Using such a storage must be then implemented in selected process.