Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Is it possible to change the order of sections?

jem2
Tera Contributor

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.

find_real_file.png

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 ?

 

 

1 ACCEPTED SOLUTION

SaiRaviKiran Ak
Tera Guru

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

View solution in original post

10 REPLIES 10

JV2
Tera Expert

Actually, you can resort sections in Form Design. Just drag & drop as you please. No code needed !