Understanding Isolated Storage

Isolated Storage is key-value-based storage that provides data isolation between extensions. Isolated Storage can be used to store data that must be preserved inside the extension scope, and this data is accessible via AL code. The DataScope option type identifies the scope of stored data in Isolated Storage.

DataScope is an optional parameter and the default value is Module. All possible values are listed in the following table:

Member

Description

Module

It indicates that the record is available in the scope of the app context.

Company

It indicates that the record is available in the scope of the company within the app context.

User

It indicates that the record is available for a user ...

Get Mastering Microsoft Dynamics 365 Business Central now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.