- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 10:58 PM
Dear experts,
I would like to add a field which is the inherent risk rating result after the users have completed the risk assessment and the score will be reflected when they create a risk response task in the risk response form. I tried to create a new business rule which is as below. But it does not work, any suggestions to approach this matter?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 06:45 PM
Hi, so I tried and this is the script that is working for now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 11:07 PM
Hello @ChuanYanF
What are the trigger conditions of your rule ?
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwN
eEISQCY.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 11:13 PM
So in a risk assessment lifecycle trail right, a user will conduct the risk assessment with inherent assessment, control assessment and residual assessment. Then the user will need to respond, there are 4 responses now which are accept, mitigate, transfer and avoid. So when a user selects any response task, and click create response task, the specific response task for each response will be generated like example, if accept and mitigate is selected then when create a risk response task, a risk acceptance task and a risk mitigation task will be created. Then my requirement is to include the inherent risk rating result field in the form of the response task that is generated based on the response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 11:26 PM
Hello @ChuanYanF
Ok. So you created this on insert business rule in response task table right ?
Then there should be a risk assement related field in there via which you can dot walk and set the value in the response task form.
Can you share the screenshot of the response task form ?
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 11:36 PM
I checked in the risk response task table, the dictionary entry there does not have a risk assessment field that can dot walk. I am sharing two screenshots for u, one is how the risk response and the risk assessment is related and the second one is how the risk response task is populated in the form view. So as you can see there is a risk field there that is populated based on the risk assessment that is assessed on the risk. I want the inherent risk rating for the risk assessment that has just been performed to populate here in the risk response form as well which is in the last screenshot.