
- 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-08-2018 09:10 AM
more detail please?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2023 07:37 AM
Does it also work in a scoped application? I tried in change change it was working but for scoped application it wasn't.