
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2015 08:57 AM
I'm aware of the ability to set the focus on a tab on the form with
"g_tabs2Sections.setActive(1);"
However I'm trying to set the focus on a related list tab at the bottom of the form.
Does anyone know how to do this?
Is their a Glide function to do this?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2015 10:58 PM
g_tabs2List.setActive(relatedlistNumber);
Changing the Active Tab Selection in Service-now.com - ServiceNow Guru

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2015 10:58 PM
g_tabs2List.setActive(relatedlistNumber);
Changing the Active Tab Selection in Service-now.com - ServiceNow Guru

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2015 12:55 AM
Thanks Kalaiarasan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2016 07:49 AM
This makes the tab active but is there any way to set the focus on he ttab so when the form loads it actually scrolls to the bottom of the page to that tab?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2016 07:56 AM
you can use an id (if you have one) to do this in a redirect.
...url...#<id>