Isolated Storage is a data storage that provides isolation between extensions, so that you can keep keys/values in one extension from being accessed from other extensions.
Tag Archives: Storage
Time to work on your ABS, Azure Blob Storage that is!
Time to work on your ABS, Azure Blob Storage that is!
Business Central 2021 wave 2 (BC19) new features: AL API for sharing files in Microsoft 365 (Cloud Storage and Open in OneDrive)
Since Microsoft does not provide a lot of information for this, I am not sure if the content I write next is related to the title, but it may bring readers a lot of new information is not bad.
Okay, when you open the My setting in BC19, you will see an additional item.
How to do Blob Storage in AL
Dealing with binary data in Business Central AL is a job for Temp Blob. In this video, I show to use the Temp Blob codeunit.
How to do Blob Storage in AL
Dealing with binary data in Business Central AL is a job for Temp Blob. In this video, I show to use the Temp Blob codeunit.
Isolated Storage – BC’s keeper of secrets
In this video, I show how to use the Isolated Storage feature in Microsoft Dynamics 365 Business Central to store a password:
Isolated Storage in your Business Central App
A question I get quite often during my AL development workshops or coaching sessions for partners is this: can other apps access data that is stored in my app?
And the short answer is: yes, they can. There is no way to avoid that.