Hi Experts,
We are using Dynamics 365 FO on Prem. We have multiple systems running like ERP, CRM, custom portal etc. We place our many documents to a shared location so that all systems can access that.
And we save only the path to that shared file in a field in D365FO. Whenever user click on that path from the application frontend, it opens that document in new browser tab.
In RFQ, we receive proposals from vendors, and we have saved the links of those all documents. I need to provide a button, when clicked, all the proposals related to that RFQ will be downloaded. I have all the paths for those documents.
Now the issue is, I tried to use multiple codes to download those files, but it gives error, Unable to connect to remote server.
The shared path is on the same network as the VM and the path is accessible if we put it on the browser.
Sample path: 123.45.67.8:1234/.../file1.pdf
This path is accessible from inside the Dev machine I have verified, but when we try to download it using the code, it gives above mentioned error.
Please tell me if someone has done any requirement like this or have any idea about this issue
Note: I cannot change the way how these documents are being saved and shared between multiple systems.