- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2018 07:46 AM
When I open a new record I can see that few sections are displayed. Is it possible to change the order of Section when I try to access the record after submission.
eg:Please find the below scrrenshot.
When Create New is selected, I can see that Details is my first tab in the form.
However,After the record is created when I try to access the record I want the 'Notes' Section to be available as my first tab. Is it possible to do it ?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2018 10:37 AM
Hi,
Try adding below code to OnLoad client script:
g_tabs2Sections.setActive(0);
In this case, the first tab section will be the default.
Also find the below link as helpful:
https://community.servicenow.com/community?id=community_blog&sys_id=01ccee25dbd0dbc01dcaf3231f9619dc
Thanks,
Ravi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2018 07:51 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2018 07:52 AM
you can just select the section and just click on up beside the section block.
Select a form section name and click the up or down arrow to change the section order.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2018 08:03 AM
Thanks for your response !
However, my question is - 'Details' should be the first tab only during the creation, later when I access the same record 'Notes' should be displayed as my first tab in the form.Is it possible ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2018 08:05 AM
absolutely it's possible
make sure you have correct view ,where you made the changes then if it's new record or submitted record it will be visible in any order you want to set.