Skip to content

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.

  1. In the CRUD section, we will see how to create, read, update and delete extensions.
  2. In the methods section, we will see what can be done with the Extension object.
  3. In the kinds section, we will see what kinds are supported.