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.
When ITIL user accesses timecard table, a new view with name "default" is created for him - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • When ITIL user accesses timecard table, a new view with name "default" is created for him
KB0751702

When ITIL user accesses timecard table, a new view with name "default" is created for him


272 Views Last updated : Oct 24, 2023 public Copy Permalink
KB Summary by Now Assist

Description

When ITIL user accesses timecard table, a new view with name "default" is created

Steps to Reproduce

- Login as ITIL user
- This user needs to have Time card access.
- Create a new record.
- A new view with name "default" is created against this user.

Expected result - User should see default view configured on time_card table and new view should not be created.

Actual result - User gets a new view named as "default" view



Workaround

Please modify script of the below OOB view rule

https://<YourInstance>.service-now.com/nav_to.do?uri=sysrule_view.do?sys_id=6812ce26d7503200731800285e6103ac

From

else if (gs.nil(view))
answer = "default";

 

To

else if (gs.nil(view))
answer = "";

To set the view to default, we need to pass the name as blank and not "default". Since there is no view with name "default", system creates one for the logged in user.


Related Problem: PRB1350234

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?

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.