How to Begin Customizing

The recommended way to customize Unidata is to use your own project. The project can contain custom modules, user exits or overrides. You can create your own project based on a template.

For the Unidata MDM frontend, use this template. The template also includes documentation. Use the template and the list of user exits for your work.

UI User Exits

The full list of User Exits you can find in the types module in src/declareUe.ts. This is an autogenerated file. It will regenerate after each npm ci or npm run dev command.

Here is a list of User Exits with descriptions and examples of implementations.