- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2017 09:02 AM
I created an onLoad client script that I thought would work and it hasn't been. The intent is to force this particular view on this particular table to have tabbed forms OFF. We want it to override preferences for users, forcing it to be untabbed for all. Can anyone assist me in what I might be missing?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2017 09:13 AM
How about just removing the sections from the view and add a form annotation to simulate the different sections - Add a form annotation
The only thing you lose is the ability to hide/display the items in the sections:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2017 11:19 AM
What version of SN are you running?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2017 12:30 PM
Helsinki, we decided to just go with your earlier suggested rebuild of the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2017 01:18 PM
Probably the safest choice, especially when client-side code can fail.
Please remember to mark the appropriate response as being the correct one to help other members see what you used as a solution. Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2017 11:37 AM
Hey Marskh,
Use this in onLoad Client Script -
g_tabs2Sections.deactivate();
Refer this -
https://www.servicenowguru.com/scripting/client-scripts-scripting/toggle-tabs-client-scripting/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2019 12:58 AM
This worked! Thanks!!!!!