- 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 09:12 AM
adding thread here. i believe the above solution has solved your requirement. if not then refer the thread below.
adding thread here. which will solve your requirement . https://community.servicenow.com/community?id=community_question&sys_id=ee8d472ddb9cdbc01dcaf3231f961926

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2018 09:27 AM
if your query has resolved kindly mark the answer correct/helpful and close this thread.

- 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 01:36 PM
did i answer something else here? what's new in your answer?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2018 01:40 PM
i think the answer you have given here has already been conveyed in my above reply.