Requirement : The requirement is to create a zip file from a set of document entries available in document handling, creating a download link and sends the link to user
Requirement : The requirement is to create a zip file from a set of document entries available in document handling, creating a download link and sends the link to user
I recently had a requirement to take many pieces of data from D365FO, create a CSV file out of each data piece, and then wrap these files in a zip
Item Pictures If you want to export Item Picture into a file, you can use below code: DownloadFromStream(FileInStream, ”, ”, ”, FileName); However, if you try to export multiple pictures, BC will only
Last week I received a very interesting requirement during one of my discovery calls, which I’m sure many of you have heard before or maybe even wanted to implement yourself!