Is it possible to add fields to Advanced Risk Assessment Layout

PrakashRam
Tera Contributor

Hi Team,

 

We are trying to set up Advanced Risk Assessment where customer asked to display some additional fields on the Inherent Assessment section. Current OOB layout does not have any dedicated field for Impact and it has only the calculated impact score.

We are uploading previous assessments into the system and those having both Impact and likelihood values. As we dont have impact field from OOB, can I create custom field and how can I place it on the layout. When I checked the Form Design, it was showing Formatter. 

 

Any suggestion would be helpful. Thanks in Advance.

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @PrakashRam ,

You will need to store the values from your external system to servicenow's sn_risk_advanced_manual_factor table if it's a manual and sn_risk_advanced_group_factor table if it's a group factor.

 

 

View solution in original post

3 REPLIES 3

BMM
Tera Contributor

Hi,

If I understood correctly, the objective is to calculate risk based on impact and probability. In the advanced risk module it is possible to create one RAM with two "factors", one for probability and another for impact.

 

Regards,

PrakashRam
Tera Contributor

Hi BMM,

Thanks for your reply.

I have created impact and likelihood factors but we also trying to upload previous assessments into the system ( which they have taken offline ).
So basically i need to store these values in the same Impact and Likelihood factors what we have. Is that possible as below ? or I should go and create a new fields and put it in general section out of factors display.


PrakashRam_0-1695725323185.png

 


Thanks.

Community Alums
Not applicable

Hi @PrakashRam ,

You will need to store the values from your external system to servicenow's sn_risk_advanced_manual_factor table if it's a manual and sn_risk_advanced_group_factor table if it's a group factor.