- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 11:10 AM
Hi Everyone,
Just a question, I just want to know what job/script/flow/function create a risk response task for risk assessment?
I've been trying to assess a risk record and when I got to the stage "Respond" and click the Create Risk response task it does not create a record under Risk Response Task related list regardless of the Type. Can anyone help me checking this one?
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 09:45 PM - edited 09-09-2024 09:46 PM
hi @ervinpaul ,
The "create risk response tasks" is a UI action defined on the Risk assessment(sn_risk_advanced_risk_Assessment_instance) table.
This action then evaluates the condition and accordingly executed the function from script include "RiskAssessmentUtils()".
You need to debug the UI action and script include to determine why the tasks are not being generated.
Regards,
Jai
Regards,
Jai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 09:45 PM - edited 09-09-2024 09:46 PM
hi @ervinpaul ,
The "create risk response tasks" is a UI action defined on the Risk assessment(sn_risk_advanced_risk_Assessment_instance) table.
This action then evaluates the condition and accordingly executed the function from script include "RiskAssessmentUtils()".
You need to debug the UI action and script include to determine why the tasks are not being generated.
Regards,
Jai
Regards,
Jai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 05:06 AM
Hi Jaikishan!
Thanks for the tip! upon investigation there are some discrepancies from our 2 instance that's why it doesn't work. What we did is to repair/upgrade the plugin under GRC: Advanced Risk to fix it.
Thank you!