Even though Business Central applications are self-contained and separate from each other, data from one extension can be accessed from another extension. For the most part, this might be perfectly okay, but there may be times when you want to shield data from other applications. For example, if you want to store license information within your application, then you won't necessarily want others to see that information.
This recipe will show you how you can use isolated storage to store and retrieve data that is only available to your application and no others.