- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2023 04:57 AM
Hi All,
I have a requirement that ..In the risk register form ,there are three groups for approval and depending upon the calculated score ,the form have to go for approval
Ex: If the calculated score is 'Low' only one group have to approve, and if calculated score is 'High' then 2 groups have to approve.
And this process want to be in a risk register form.
How can i achieve this?
Plz share your ideas on this.
Thank You,
Srikanth
Solved! Go to Solution.
- Labels:
-
Risk Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 02:09 AM - edited 04-24-2023 02:10 AM
Yes for the risk register form, it doesn't work directly. It needs some code implementation. Please let me know if you need more information. Please give thumbs up if my responses were helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 02:00 AM - edited 04-24-2023 02:06 AM
Hi @srikanth kommul,
I just realised this involves some customisation and complexity to consume approval rules. Better to go ahead with your custom implementation.
It involves in below steps if you want to use this
1) Creating a custom table which extends sn_grc_appr_approval
2) Addinga reference field sn_risk_risk in above custom table
3) Write Business rules and approval workflows that make use of those configurations which you have created.(We have some API like
)
4) Have a reference field of the above custom table in the Approvals table to update the assessment to approve every time and some more items.
Thanks,
Naveen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 02:05 AM
Hi Naveen ,
So, this Approval configuration will not work for Risk register form or its seems to be complex right?
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 02:09 AM - edited 04-24-2023 02:10 AM
Yes for the risk register form, it doesn't work directly. It needs some code implementation. Please let me know if you need more information. Please give thumbs up if my responses were helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 02:10 AM
OK, Thank you Naveen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 08:59 AM
@Naveen Kumar4 I have a question here , so for any GRC based application approval for the approver user do we need to assign the role - sn_grc_appr.approver or approver user role is sufficient.
What is the use case for assigning users with "sn_grc_appr.approver" role ?