Module that specifies view is not honored for table list/formIssue <!-- 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; } --> Symptoms -- Created multiple modules and specify different views in the modules. User has access to all or most of the modules. User expects when they open up list or form from module, it should open up in a view mentioned in the module. For Example: Incident List from Self-Service module should open in self service view. Release ALL Cause -- View Rule override user preferences and module view preference -- User Preferences for the users causing list from any module to open in one view Resolution 1. If for all users list from any module open up in single view, look for System UI --> View Rule on that table. -- For example if issue is with modules on incident table, in View Rule search for table = incident and view = <name of the view> -- Remove the view rule, flush the cache and relogin make sure you are able to see different view from all modules 2. If every user open up module list in different views, but view in module is not honored. -- In User Administration --> User Preferences table, check for preferences with name '<table>_list.view' or '<table>.view. If you dont have view rule that explicitly applies for user than their view stored in user preferences will be applied. Removing these user preferences will resolve the issue. After deleting user preferences Flush the cache and relogin. -- If you dont want user preference to get in the way then you will need to stop them from creating. Create before insert business rule on the table that looks for the name '<table>_list.view' and '<table>.view' and does an abort action to keep new preference from being created. Additional Information Here us doc if you want to read more about view management: https://docs.servicenow.com/csh?topicname=view-management-overview.html&version=latest