Automated Scripted Factors - how to get multiple inputs to decide the result score
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 08:59 PM
Hi Team,
We have enabled the Advanced Risk and exploring the automated scripted factors. I have the below requirement and would like know why is this one not working.
We are getting the "Impact" initially from the Risk record from the below-
I have 5 inputs as below which I need to fetch from Risk table (created custom fields on Risk table for the below and we update on the form) -
We are calculating the Likelihood on the Risk assessment based on few questions.
Inherent Risk Score is a Product of both the Impact and Likelihood.
For Calculating the Impact, since we have get these from the Risk table as they are answered there.
Amongst these 5 inputs (Financial Impact, Breadth of Impact, Regulatory Impact, Technology Impact, Brand Impact)
we need to get the highest value of the them all.
For example let's say, below are inputs-
Financial Impact- Low (1)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 03:34 AM
Hi Varun,
Please try by replacing 'number' with 'sys_id' in line no 4 as 'risk' variable stores sys_id of Risk record.
//Factor Variables -
//risk - sys_id of risk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 10:44 AM
It's not working, when I change it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 01:45 AM
Hi @Varun Sai ,
We can achieve this use case using our OOB capability available under Qualitative scoring logic field.
- Create 5 automated scripted factors each for Financial Impact,Breadth of Impact, Regulatory Impact,Technology Impact, Brand Impact) which will get their response from the correponding table/field.
- Nest them under a group factor (Impact )
- In the Group factor, select Qualitative scoring logic field = maximum
- This configuration will pick the maximum score of the impact among your 5 automated scripted factor.
Thanks,
Thinesh