Interdependent Metrics / AND-Condition

FvA_HH
Tera Contributor

I'm using an 'Assessment metric type' (View: Risk Identification) in order to develop an Application Assesment Questionaire. That questionaire will be used for assessments of different Businness Applications.
For that I introduced an own Metric Category 'Identification IDV-Applications' which is necessary to identify Business Applications which need to be in scope of the Assessment.


Five Metrics have been defined under that Metric Category, each representing one Yes/No-Question.
If all of these questions can be answered 'yes' it is an 'IDV-Application'.
In other words: If the answer to one of the five questions is 'no' it is not an IDV-Application.


The attached screenshot is partly in german, but I hope it helps to explain my intention.

My question:
I want to define a sixth metric, which automatically analyses the values (yes/no) of the previous metrics.
How can I do this?

1 REPLY 1

Pooja Kotagiri
ServiceNow Employee
ServiceNow Employee

There is one way of defining a metric where default value can be automatically set using script. By choosing Method field “Default answer from script”.

 

But there are two concerns here:

  1. Choosing script method is making Dependent plugin field mandatory. I am not sure how this field is related to Script. Will get more details from Assessment team
  2. This script only runs when assessment is created. It cannot be rerun after that.

 

Input for script will be the record on which assessment is created which is entity in our case. So, if we have scenarios where we want to default any metric responses based on conditions on assessable object, we can use this option.