- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2017 06:22 AM
Hi All,
I created metric definition on state field in Resource plan table. both table and field are audited using dictionary.
But, Metric instance is not getting created though state is getting changed.
Am I missing here anything?
Thanks,
Pritam
Solved! Go to Solution.
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2017 08:17 AM
Resource table is not extended from Task. Metrics out of the box only work on task and extended tables, but you can use other tables. Under Metrics application > Business Rules - there is a BR named: metrics events - copy the BR and change table to resource_plan, name can be anything. Then see if Metric gets created.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2017 08:17 AM
Resource table is not extended from Task. Metrics out of the box only work on task and extended tables, but you can use other tables. Under Metrics application > Business Rules - there is a BR named: metrics events - copy the BR and change table to resource_plan, name can be anything. Then see if Metric gets created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2017 12:32 AM
Thank you so much Michael.