is there any way to know how many users are logged in in servicenow using TABLET and Chrome browser

Nikita35
Kilo Guru

hello 

I am curious to find which browser user are using and the device they are using.

Using which I could find the number of users which are using Tablet(ipad) and chrome browser.

Also 

Is there any way to switch between tablet and desktop view?

In tablet "Switch to desktop view" is present which doesn't seem to be working.

Please let me know the inputs on this.

4 REPLIES 4

AbhishekGardade
Giga Sage

Check out syslog_transaction table (under System Logs --> Transactions(All user)), column user agent. This string identifies the browser and certain system details of the user.

For more information about user agent check: https://en.wikipedia.org/wiki/User_agent

User agent strings are presented in different formats by the various browsers. To understand the user agent strings for each browser, view the browser documentation.

Please mark as Correct Answer and Helpful, if applicable.
Thank You!
Abhishek Gardade

Thank you,
Abhishek Gardade

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Nikita,

you can determine which user is logged into mobile by checking this table -> sys_mobile_devices

for user logged into desktop it logs an event in table -> sysevent

parm1 is the username of the user

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Shrutika Surwad
Kilo Guru

hi nikita,

 

There is an OOB module for this:

 

logged in users.PNG

 

Thanks,

Shrutika

Please mark helpful & correct

Nikita35
Kilo Guru

Is there any way to switch between tablet and desktop view?

In tablet "Switch to desktop view" is present which doesn't seem to be working.

Please let me know the inputs on this.