Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Inquiry Risk Management

Merza Lyn
Giga 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
Kilo Patron

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
Kilo Patron

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