Most Dynamics NAV and Business Central 365 solutions use file management functionality to work with external files (read, write, save, download files, etc.) However, when using C/AL, usually most of the file management functions are based on the file path from the local computer since the client’s local file system is available, unlike in Business Central (in Web Client, it is possible to work only with the file system on the server side).
Tag Archives: BLOB
D365 Business Central : Persistent Blob
Lots of people have heard about TempBlob, but what about Persistent Blob? Persistent Blob is a table in System App that can be used to store Blob data between sessions.
Store, read, move or delete any file using blob storage with Business Central
Today I will show you how you can perform multiple operation on any file in Business central by accessing of Azure blob storage.
I going to work on some image file, where I will store those files into blob storage and after reading that file move that file into another folder and delete from the source folder.
How To Use Media Data Types In Business Central?
In Microsoft Dynamics 365 Business Central we can use Media and MediaSet Data Types to store images, or other types of documents. In this post, you will learn how to use them, and how to create a process to import and export images. Also, you will learn the differences between them and blob types.
Dynamics 365 Business Central: How to export Work Description (Blob) in Sales Documents to excel
Last week I saw a question on the Business Central forum, how to export the Work Description in Sales Documents to excel?
As far as I know, Microsoft added this new field in Sales Documents since NAV 2017. It help users to add more details about Sales Quote or Sales Invoice.
Time to work on your ABS, Azure Blob Storage that is!
Time to work on your ABS, Azure Blob Storage that is!
Blob vs JSON, or how to fit a square peg in a round hole
I have received a lot of requests to show how to deal with blob fields and JSON objects. In this video, I walk through the process of blob to JSON and JSON to blob, check it out: