In BRIX, you can manage app data in scripts written in the TypeScript programming language.
To see examples of scripts for working with apps, please read the following articles:
- Batch actions with app items in scripts. This article describes how to use batch methods to add items or update their fields.
- Scripts in widgets. This article describes how to track the creation or change of app items through a client-side script.
For more details on methods used for app items in scripts, please visit BRIX TS SDK.
Was this helpful?