- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2011 07:51 AM
We need to capture how long each approval remained in any particular state. Sounds like a metric right? Well, creating the metric is easy enough, however, no metric instances are created even after logging demo incidents or change requests each with multiple approvals.
Here's the process:
1) Create a metric and from the table drop down choose Approval (sysapproval_approver)
2) Choose State from the field drop down and save the metric
3) Create a change or an incident record and add few approvers
4) Go back to the metric you created and observe that no instances have been added (there should be some)
5) Go to the approvers tab on the change or incident and approve or reject the approvals
6) Again, check the metric that you created and observe that there are no instances
Just wondering if we're missing something?
Any help is greatly appreciated 🙂
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2011 12:33 AM
Hi,
I believe the reason your metrics aren't being captured is because the business rule which fires the
event runs on the Task table, which
metric.update
does not extend.
sysapproval_approver
Follow the steps below to setup a similar rule on
:
sysapproval_approver
- Go to Metrics...Business Rules and open the
Business Rule
metrics events - Change the Name to
and the Table to
metric events (sysapproval_approver)
Approval [sysapproval_approver] - Right-click on the form header and select Insert
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2011 12:33 AM
Hi,
I believe the reason your metrics aren't being captured is because the business rule which fires the
event runs on the Task table, which
metric.update
does not extend.
sysapproval_approver
Follow the steps below to setup a similar rule on
:
sysapproval_approver
- Go to Metrics...Business Rules and open the
Business Rule
metrics events - Change the Name to
and the Table to
metric events (sysapproval_approver)
Approval [sysapproval_approver] - Right-click on the form header and select Insert
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2011 10:21 AM
Chris.Hann
That is exactly what I ended up doing Chris. I was curious to know if this was supposed to be an OOB functionality but obviously not 🙂
Thanks for the reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2014 01:26 AM
Hi Arlen,
I performed the above steps and got the metrics but my problem is instead of showing Approval for value in the field of id , it is showing me the sys_id.
any help would be much appreciated.
Best Regards,
Namrata Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2014 01:41 PM