Inquiry Risk Management

Merza Lyn
Mega Guru

In our instance, when Risk assessment is completed the Risk state is automatically update to Respond.

I am trying to look for business rules for this, but I cannot find any rules for this.

Because we receive a requirement that when Risk assessment is completed the Risk state should stay in Assess.

1 ACCEPTED SOLUTION

J Siva
Tera Sage

Hi @Merza Lyn 

There is a Business Rule (BR) on the Assessment Instance table [asmt_assessment_instance] called 'Update item when assessment complete.' This BR calls the function evaluateAssessmentResult, which is defined in the script include GRCAssessmentUtils, extending GRCAssessmentUtilsBase. If you want to override the existing function, make sure to create a new function in the GRCAssessmentUtils script include with the same name as evaluateAssessmentResult.

Business rule:

JSiva_0-1745817099012.png

JSiva_1-1745817111950.png

 

Script include:

JSiva_2-1745817151183.png

Regards,
Siva

 

 

 

View solution in original post

1 REPLY 1

J Siva
Tera Sage

Hi @Merza Lyn 

There is a Business Rule (BR) on the Assessment Instance table [asmt_assessment_instance] called 'Update item when assessment complete.' This BR calls the function evaluateAssessmentResult, which is defined in the script include GRCAssessmentUtils, extending GRCAssessmentUtilsBase. If you want to override the existing function, make sure to create a new function in the GRCAssessmentUtils script include with the same name as evaluateAssessmentResult.

Business rule:

JSiva_0-1745817099012.png

JSiva_1-1745817111950.png

 

Script include:

JSiva_2-1745817151183.png

Regards,
Siva