When you develop an extension with Visual Studio Code and the AL language, in the app.json file you can specify the target level of your extension. The available options are as follows:
Here (in order of visibility):
- Personalization: it’s the lowest current level, only allows for inclusion of UI objects like Profiles/PageCustomizations.
- Extension: it’s the default level when…