- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 05:56 AM
Could someone help explain to me how this field is populated?
I have some cases without the Override risk rating, but I have a value in the Computed risk rating.
However, I’m not able to understand the process for it to be completed.
It’s from the table sn_vdr_risk_asmt_assessmen.
Tanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 08:00 AM - edited 10-22-2024 08:25 AM
If you look at the definition of the 'risk_rating' field on that table, you will see it is a Reference field, for a record in the 'sn_grc_choice' table. Values from there can be used for that field.
There are business rules defined on that table look at those with 'calculate' and 'risk rating' in their name. there are two that set the risk_rating field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 01:37 PM
Hello everyone,
I managed to solve it. The issue was with the "Risk rating valid to" field, where the user was selecting a date prior to the questionnaire's completion. As a result, the risk couldn't be calculated.
Thank you all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 01:37 PM
Hello everyone,
I managed to solve it. The issue was with the "Risk rating valid to" field, where the user was selecting a date prior to the questionnaire's completion. As a result, the risk couldn't be calculated.
Thank you all.