Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Duplicate default views for task lists or forms are created by user transactions - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • Duplicate default views for task lists or forms are created by user transactions
KB0623351

Duplicate default views for task lists or forms are created by user transactions


2054 Views Last updated : Apr 7, 2024 public Copy Permalink
KB Summary by Now Assist

Description

Multiple default views for task lists or forms are being created by logged in users, mostly coinciding with transaction cancelled logs.

Steps to Reproduce

 

This has proven to be inconsistently reproducible. When a transaction cancel occurs in a user session, i.e. slow loading of a list, the system is creating new Default_view UI components visible to everyone, with Created by set to that user.

Workaround

Similar issues documented in:
  • PRB647812 - Default sys_ui_list records created by non-admin user (not fixed, workaround provided)
  • PRB585451 - New sys_ui_list created for a task in the homepage portal view (fixed in Fuji)
  • PRB581279 - Unsuccessful database queries cause the creation of new UI components (fixed in Dublin)

In Enterprise, a business rule can be created to abort the insert operation of sys_ui_view records by the affected users. Please review and import the Duplicate Default Prevention business rule attached as an example to start with.

 Some of the causes found for this issue:

  • Modules pointing to Default_view instead of the expected default null value. These need to be edited setting View Name = null. Use the query URL below to identify the affected modules:

/sys_app_module_list.do?sysparm_query=view_name%3Ddefault_view

  • Module bookmarks storing the suffix sysparm_view=Default_view. This needs to be removed. Use the URL below to identify the user bookmarks containing the invalid suffix:

/sys_ui_bookmark_list.do?sysparm_query=urlLIKEsysparm_view%3DDefault_view


Related Problem: PRB705091

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

Attachments

Attachments

No attachments found

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.