Service dashboard does not load when noc_user_view table contains two default viewsDescriptionThe noc_user_view table contains two records marked as default views, which is not expected behavior. The table should contain only a single default view.During the investigation, it was identified that the original default view was created by an admin user, while a second default view was created at a later stage by a non‑admin user. This results in an inconsistent configuration state and can lead to unpredictable behavior when the system attempts to resolve or apply the default view.As a result of this inconsistent state, the Service Dashboard does not loadSteps to Reproduce 1. Log in to the ServiceNow instance with admin privileges.2. Navigate to the noc_user_view table.3. Verify that a default view already exists (created earlier by an admin).4. Create another view in the same table and mark it as Default.5. This results in two default views for the noc_user_view table.6. Log in (or switch role) as a non-admin / service user.7. Navigate to the Service Dashboard.WorkaroundRemove the default view created by the non‑admin user from the noc_user_view table to restore a single default view configuration and verify whether the Service Dashboard loads correctlyRelated Problem: PRB1998260