Hello guys,
I'm moving old functionality to BC15 and I've run into a problem. The user is required to choose a folder path, yet it doesn't seem possible in the latest release of BC. I used the BrowseForFolderDialog procedure from File Management codeunit but it throws me a dotnet operability error. I set the Target in App.json to OnPremise but to no avail. Have you got any idea how to deal with this issue?
0
Answers
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/methods-auto/file/file-uploadintostream-method
"target": "OnPrem",
Take a look to this post, maybe give you some ideas:
https://forum.mibuso.com/discussion/comment/324158#Comment_324158
Regards