Enable dirty data warnings in Redwood Sales.
The Dirty Data Warning feature in Redwood Sales allows administrators to enable system-wide alerts that prevent users from unintentionally losing unsaved changes. When activated, users are prompted with a warning message if they attempt to navigate away from a page with modified (unsaved) data. The pop-up gives users the option to either discard their changes or return to the page to save updates.
This capability is controlled at the admin level and applied at the application scope (e.g., cx-sales, cx-custom)
- Reduces the risk of accidental loss of user-entered data, improving data reliability and user confidence.
- Provides clear, real-time feedback to users, minimizing frustration caused by unintended navigation or lost work.
Steps to enable and configure
Leverage the Visual Builder Studio to expose your applications. To learn more about extending your application using Visual Builder, visit Oracle Help Center > your apps service area of interest > Books > Configuration and Extension.
In VB Studio, change the dirtyDataWarningEnabled constant to "true" on the Container page (application flow) for each App UI cx-sales, cx-custom
If you created a Custom Object in a previous release and don’t see this constant, create a new constant named "context" and set the Default Value to:
{"dirtyDataWarningEnabled": true}