- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2025 09:15 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2025 10:12 PM
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:
Script include:
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2025 10:12 PM
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:
Script include:
Regards,
Siva