Add events to track components with unsaved changes
Locate dirty state components through event configuration.
Before you begin
Role required: ui_builder_admin
About this task
You can add the Screen status changed to dirty event to check which components have unsaved changes. This avoids having to manually inspect advanced properties on events for each individual component. Once added, the event remains available in the configuration panel for direct access.
Procedure
Navigate to All > Now Experience Framework > UI Builder.
Open an experience to work in or create an experience by selecting Create > Experience.
See Configure how users interact with your applications in UI Builder for more information on creating experiences.
Create or open a page.
In the content tree, select + Add content to add a component.
Select a component from the toolbox and select Add.
For example, select a Button.
Add an event to the component.
Select the Events tab in the configuration panel.
Under Button clicked, select Add handler.
Under Choose a handler, enter
isDirty(ordirty) into the search bar.Select the Screen status changed to dirty event and select Continue.
Choose a handler dialog showing "isDirty" typed into the search bar, with the "Screen status changed to dirty" event selected.
5. Select the **Screen is dirty** check box to mark the property as `true`.
6. Select **Add**.
The dirty state event now appears in the configuration panel, enabling you to quickly check the `isDirty` property and determine if the component has unsaved changes without adding additional events.
Parent Topic:Manage actions in UI Builder pages