How to disable default risk conditions

mayurk
Tera Contributor

Hi Everyone,

 

In Change, We have activated Risk Assessment plugin and planning to calculate Risk value from the questions. We want users to fill Impact value directly from drop-down. We have disabled the Risk calculator OOB functionality , risk conditions too. Still once we submit the Risk assessment its setting Impact field to none. We tried setting default risk condition impact field to leave alone but it didn't worked.  Some script is overriding the impact value based on risk conditions. Please find attached some of the messages we are getting.

We need help in disabling Risk conditions.

 

Thanks.

 

2 REPLIES 2

Ankit P
Mega Guru

Go to SetChangeRisk script include and comment out below lines:

find_real_file.png

 

Go to RiskAssessmentCalculator script include and comment out below lines:

find_real_file.png

 

Please mark correct if that helps.

mayurk
Tera Contributor

Thanks a lot  Ankit,

 

It worked.