In this video, I’ll show how you can download the source code for a Business Central app that has been “protected” with an exposure policy. Check it out:
Tag Archives: Download
Dynamics 365 Business Central: How to bulk export/download attachments (Downloading multiple attachments via zip file) – Customization
On most list pages, cards, and documents, you can attach files, add links, and write notes on the Attachments tab of the FactBox pane. The number in the tab title indicates how many attached files, links, or notes exist for the card or document.
Download Binary Files With BC
Binary files might seem scary, right? Let’s calm your fears 😉
When you type in a URL in your web browser, your web browser usually makes an HTTP GET request.
So let’s do it in BC by following an example to download a simple PDF file!
Dynamics 365 Business Central: How to download “_Exclude_Microsoft Dynamics 365 – Smartlist” extension source code (Such as query 2554 “Items By Location”)
Yesterday someone asked me a question about how to download the source code of some special Query objects. Such as query 2554 “Items By Location”. It was very interesting, so I decided to share it in this post.
Download all Microsoft Dynamics 365 Business Central Source Code with PowerShell
You might wonder: why would I need this? Why would I need to download source code of Business Central, while I can simply access it through the symbols when I’m working in VSCode – or even better, while I can simply click the symbol, and look at the code from there?
How To Upload and Download a File in Business Central using InStream and OutStream
In this article we will see 2 functionalities.
How to upload a file and store it to table and
How to download a file from table.
Downloading pdf file from HTTP URL
In some cases we need to download PDF files from HTTP URL’s, below are two functions that can be used in Navision to download a PDF file from HTTP URL’s (which does not require authentication).