Automatically configure components using presets
-
- UpdatedFeb 1, 2024
- 4 minutes to read
- Washington DC
- Building applications
Use component presets to automatically configure components on compatible pages.
Use component presets to apply predefined configuration values and event mappings to components. UI Builder page templates contain controllers that presets use to define component configuration values.
Presets apply pre-built configurations to component properties and event handlers and are only available for certain components. They are based on common use cases for components, such as configuring a Form component with fields that are typically included on a record page.
Applying a preset automatically configures components to work immediately, simplifying page creation and maintenance for page authors.
Presets offer the following benefits to page authors:
- Handling of complex data and event binding for components
- Reduced cost of ownership and maintenance due to being defined external to pages
From the Configuration pane, you can select whether to apply a preset to the selected component or instead manually configure it. Default presets are automatically applied for components when a page is created from a template or the controller required for the preset is already added to the page. Any properties or events configured by the preset display as read-only when a preset is applied.
You can override values configured by a preset but in doing so you assume ownership of the component configuration and maintenance.

Data and event bindings
Presets can include bindings to:
- Controller output properties (@data)
- Event payloads (@payload)
- Session context (@context.session)
- Complex formulas (client transforms)
Presets can also include event mappings to a controller's handled events. For more information, see Manage actions in UI Builder pages (advanced feature).
Controllers
Presets connect components to data and event mappings using a controller. If the controller required by a preset is not already on the page, the preset prompts you to configure the controller's required properties and adds the controller. After a controller is added to a page, components that have presets associated with the controller appear highlighted in the components list. For more information, see Bind data to UI Builder pages using controllers (advanced feature).

Select a component preset
Choose a component preset when adding a component to your page.
Before you begin
Role required: admin
Procedure
Override a component preset
Override a component preset to enter your own custom values.
Before you begin
Role required: admin
Procedure
Result
The configuration panel displays the custom value in the field.
Reset a component
Reset component presets to their default values.
Before you begin
Role required: admin
Procedure
Result
The component preset resets to the default values.