How would I know when was the last time a user has logged in?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2014 07:13 AM
All,
Is there a table inwhich a user has logged in? Or, how would I know that a user has logged in?
I need to report on the users who have not use ServiceNow for the last 60 days.
Thanks in advance.
Dor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2014 07:15 AM
last login time is a field on the sys_user table.
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2014 07:19 AM
You can run a list report on the Sys User table. Make sure you add the field for Last Login Time.
Add Filter condition similiar to: Last Login Time before Last 6 months
This will not include any time where they have never logged in.
To add those you can add: Or Last login time is empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2014 07:33 AM
Hi Salvador,
there is an OOB field on the sys_user table called Last Login Time, it holds the date time when the user last logged in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2014 08:05 AM