Skip to content

Create a User-Defined Configuration

Key Lesson: In this step, you learn how to create a User-Defined Configuration that stores shared UI state for the application.

Create the MenuState User-Defined Configuration used to store shared sidebar state for the Purchasing app.

  1. Go to Design → Object Types → UserDefinedConfiguration.
  2. Click +.
  3. Enter MenuState and click OK.
  4. When the MenuState editor opens, close it. No additional configuration is required at this stage.

Learn how application-specific configuration objects store shared runtime values.

Review the MenuState configuration used to track sidebar state across screens.