- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 02:32 AM - edited 02-06-2023 05:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 05:13 AM
Hello Gary,
There is a BR: "Update item when assessment complete" which triggers the function: _evaluateAssessmentResult in script include: GRCAssessmentUtilsBase. It checks if the Source Table is sn_compliance_control, if so, it triggers the function: _evaluateControl (from the same script include). In here the Compliance status of the control is set.
Kind regards,
Lana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2023 06:09 AM
Hi Gary,
You can overwrite the OOTB BASE script include by adding the function to the script include: GRCAssessmentUtils. Adding the function here will overwrite the function coming from the OOTB script include. However - I would like to ask you why you want to have it moved to Draft can you explain a bit more about your requirement? Because you should stick as much to OOTB as possible and process changes like this can really impact your instance in the long run...
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 05:13 AM
Hello Gary,
There is a BR: "Update item when assessment complete" which triggers the function: _evaluateAssessmentResult in script include: GRCAssessmentUtilsBase. It checks if the Source Table is sn_compliance_control, if so, it triggers the function: _evaluateControl (from the same script include). In here the Compliance status of the control is set.
Kind regards,
Lana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 09:49 PM - edited 02-07-2023 05:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2023 06:09 AM
Hi Gary,
You can overwrite the OOTB BASE script include by adding the function to the script include: GRCAssessmentUtils. Adding the function here will overwrite the function coming from the OOTB script include. However - I would like to ask you why you want to have it moved to Draft can you explain a bit more about your requirement? Because you should stick as much to OOTB as possible and process changes like this can really impact your instance in the long run...
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 12:56 PM
Do I need to write a new business rule for this? If yes, what should be the condition?