Risk Matrix

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 --> configure as in the following screenshot.



2. Create custom single line text fields as in the following screenshot.



3. Associate roles as in the screenshot below.



4. Now edit the custom fields and make a note of their API Field Name.



5. Navigate to  Admin ---> Customization --> Custom configuration --> Configure the mapping as per your need. Refer to the following screenshot.



Follow the below steps to configure custom function for change:

1. Navigate to Admin > Developer space --> Custom Functions > Global function > New > Paste the content from the attachment  configuration.txt and save it with a name.

2.Update the URL and technician key in the script.
Refer to the below link.
https://pitstop.manageengine.com/portal/en/kb/articles/creating-integration-key

3. Navigate to Admin --> Developer space --> Custom Functions --> Change --> Paste the content from the attachment (3. Update_risk_new.txt) and save it with a name.

4. Modify the global function name,custom module name and the API Field Name of the custom fields (Refer step 4 above) in the script. Refer to the attached screenshot.



5. Configure Change custom trigger as in the below screenshot.



                  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 ...
                    • 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 ...
                    • Integrating Zoho Projects with SDP MSP change management

                      Overview: Automatically creating projects in Zoho Projects based on the changes in SDP MSP keeps everything in sync without manual updates. This means all tasks and updates on a Change are automatically reflected in Zoho Projects, making it easier to ...
                    • Update Change Roles using Change Custom Function

                      This is a sample Deluge script to set Line Manger field. When a Change Request is created, ChangeRequester's reporting_to user is set as the Line Manager automatically, using Change Custom Triggers. This is achieved by submitting a update request to ...
                    • Restrict double booking of rooms and provide feedback using custom module

                      Usecase: This article outlines the steps for implementing a room booking feature using a custom module, Which blocks the dates if a room is already booked. The objective is to prevent double booking of rooms and provide feedback when attempting to ...