Unable to see a view for a formIssue The issue here is when you go to a form, like incident, and want to change the view from default to anything else, like workspace, although, that view is not there. This could mean that there has been a change recently and the section views are being cached preventing you from seeing that specific view.ResolutionThe solution for this is go to the Script background and run the following command: GlideCacheManager.flush("ui16_section_views"); This should clear the specific section views cache and will not give the performance issues as running the cache.do statement.