Extensions
Extensions are user defined data structures that provide a modular way to add extra functionality or extra information to the platform entities.
Managing extensions with SDK
Extensions can be created and managed as entities with the SDK CRUD methods. This can be done directly from the package or through the Project object.
- In the CRUD section, we will see how to create, read, update and delete extensions.
- In the methods section, we will see what can be done with the
Extensionobject. - In the kinds section, we will see what kinds are supported.