Calculate Risk Score based on a custom questionnaire
UseCase:
Risk score has to be set based on the response for a custom questionnaire populated in a form.
Note: The form is adaptable based on specific needs, this version serves as a sample questionnaire with predefined risk values defined within the HTML. This would be used to calculate the risk score.
Steps to configure:
- Copy the RiskCalculator.html to the [Build Home]/custom folder.
- The questions in the popup can be edited in the html file.
- Go to Admin >> Customisation >> Additional filed >> Change
- Create two additional fields, one for storing the risk score value and other for storing the user options.
- Go to Template & Forms >> Change Template
- Create a new FAFR > "On Form Load" rule and copy & paste the contents of RiskScore.txt under execute script action.
- UDF_CHAR4 refers to additional field for storing the Risk score
- UDF_CHAR3 refers to additional field for storing the user choices.
- Update these field names in the script according to your environment.
- Go to Change Module > New Change page. Click on Calculate Risk Score button, the popup will open with a set of questions. Risk Score will be calculated based on the answers filled for the questionnaire.
- This can be edited at any point of time by re-clicking on the same button. Refer the screen shot below.
New to ADSelfService Plus?
Related Articles
Change Risk Assessment Questionnaire using Custom module - Implementation steps
We’re excited to share a step-by-step guide( Attached) on implementing a Change Risk Assessment Questionnaire in ServiceDesk Plus using the Custom Module feature. This solution leverages Custom Modules, Change Additional Fields, and Field & Form ...
Calculate Risk Score based on a custom questionnaire configured in resource section
UseCase: Risk score has to be set based on the response for a custom questionnaire. Because the Change module does not offer resource sections like the Service Request module does, this requirement may take the majority of the available additional ...
Risk Matrix for Change using Custom Module
Overview: A risk matrix helps in identifying risks based on how likely they are to happen and how serious their impact could be. This makes it easier to decide which risks need urgent attention and which ones can be watched over time. It helps manage ...
Risk matrix for Change using Custom module
UseCase: Risk need to be calculated through Risk matrix (similar to Priority matrix in the request module) Steps to configure: Configure custom module as in the attached screenshot. 1. Navigate to Admin --> Developer space --> Custom module --> ...
Dynamically add CAB based on Risk field value
Requirement: Based on the Risk field value chosen, a set of CAB approvers have to be added to the Change UseCase: There will be different sets of CAB approvers available and when a Change is created with ‘Low/Medium’ risk a set of CAB approvers have ...