How risk, size and value are calculated in a Project
This article explain how risk (score_risk field), value (score_value field) and size (score_size field) are calculated in a project, if you are interested on how they are calculated in a demand please refer to this article
Risk, Value and Size are used to calculate the Project Score as described in this article
1. Project Risk Score:
10 if Risk is Critical6 if Risk is High4 if Risk is Low
2 if Risk is Planning
2. Project Size Score:
2 if Cost > 1.000.0004 if 750K< Cost <1.000.0005 if 500K< Cost <750K6 if 250K< Cost <500K
10 if 0 < Cost <250K
3. Project Value Score:
10 if ROI % > 100%9 if 75< ROI % <100%8 if 50< ROI % <75%6 if 25< ROI % <50%4 if 10< ROI % <25%
2 if 5 < ROI % <10%
Scores are calculated by the Business rules: EntityScorer.updateMetricScore(current);
In particular they are calculated in ScoreCalculator Script Include functions (Risk is calculated in calculateRisk, Value is calculated in calculateValue, Size is calculated in calculateSize
Labels:
https://www.servicenow.com/community/spm-articles/how-risk-size-and-value-are-calculated-in-a-project/ta-p/2300022
