The CreatorCon Call for Content is officially open! Get started here.

Metric instance is not getting created

pritam8
Kilo Expert

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

1 ACCEPTED SOLUTION

Michael Fry1
Kilo Patron

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.


View solution in original post

2 REPLIES 2

Michael Fry1
Kilo Patron

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.


Thank you so much Michael.