Metric - Updates to cases per person
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2015 10:49 PM
Hi All,
I want a new Metric to be created within ServiceNow that tracks updates to cases per person.
I want to apply this to the task table so that all task records can be reported against for this metric. It would be good if this metric can be applied to existing records retrospectively.
Is this possible via a custom script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2015 11:01 PM
I ended up creating a new filed called updated(u_updated) on 6 extended tables that extended the task table.
Created a business rule on each table to update this field every time a change is made to the record.
The used Micheal's script on this field in a metric.
Thanks Michael.