In Workspace, how can I get the count of open main tabs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday - last edited yesterday
In Workspace, how can I get the count of open main tabs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
No issue didn't resolve yet. I don't want to modify maxLimit, I need to show alert message on 9th tab for that I need count of tab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
@Akanksha1 Refer KB article : https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1333495
You may need to Clear your instance cache or re login after setting the property.
Please mark the answer correct/helpful accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Thanks for your response. I’m aware of the built-in popup that appears after the 10th tab, and that works fine. However, in my use case I also need to show an additional alert after the 9th tab (so both the custom alert after 9 tabs and the standard popup after 10 tabs).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi Akanksha,
What do you mean by main tabs? Browser tabs or tabs in the workspace?
What are you trying to achieve here?
As others have replied here, You cant count the browser tabs form within the workspace, also im not sure why do you need that for?
You can increase the max tabs for the workspace, but do you need to count it? if so then why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Not browser tabs, workspace tabs. I need to show proactive alert message after 9th tab.