- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2020 03:13 AM
Hi guys,
I want to search in all tickets a member of assignment group when a ticket is updated.
Now, I search with reports, the field "updated by" for find all tickets updated by one of members of my group but I don't know if the tickets founded is all tickets updated.
Can you help me please ?
Thanking you for advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2020 10:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2020 10:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2020 02:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2021 12:24 PM
You can find details of user updates to tasks in the sys journal and audit tables,
but I would strongly recommend that you do not query\report on these tables as your platform performance may be degraded.
If you need to report on this sort of information, then you should be using the OOB functionality that is designed to deliver this behaviour 'Metrics'
https://docs.servicenow.com/bundle/paris-platform-administration/page/use/reporting/concept/c_MetricDefinitionSupport.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2020 09:53 AM
Re up