It's dynamics 365, I'm working on integration piece of enhancement I was able to successfully upload the file to the Azure cloud. Now I have to download the same file to the browser(IE, Mozila, Crome) with the browser default dialog with a option "Save, Open, Save as" option. The problem I face is that I don't have any clue how to implement this on my X++.
I was able to get the response as the byte[] binary file from the C# logic but I don't know how to stream down the response to the Dynamics 365 framework to trigger the browser dialog to show up?
Could you please guide me on this...