How to reset users' personalized list layouts/columns to use the system defaultIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> There can be a case where an administrator wants all users in the instance to use the system's default list layout for a particular table list instead of having each user uses his/her own personalized list layouts. This article details the steps that can be taken to reset all (or specific) users' personalized list layouts so they will use the system default one instead. Procedure Navigate to System UI > Views.Find the desired list view (i.e. Title = Default view) and open that particular record.On this record there are four related lists (Forms, Form Sections, Lists, Related Lists). Click on the "Lists" one.Filter the list by the desired table (i.e. incident).The records returned are all records that store each user's personalized list layout for this particular table and list view.Delete the user specific ones but make sure to leave 1 record where User field is empty (this is the system default one).Perform cache.do (either by typing in the filter navigator or through the URL, instancename.service-now.com/cache.do) to clear the list cache.The next time the users log in and view the specific list they should be using the system's default list layout instead of their previous personalized list layouts. ReleaseAll versionsRelated LinksList administration