How to set default values in risk assessment form in change module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2022 07:12 AM
Onload of risk assessment form need to set the default values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2022 10:11 AM
Hi @susmi99 ,
To do this follow the below steps :
1. Go to the Risk Assesments module and open the appropriate record
2. Open the appropriate record from the Assessment Categories related list
3. Open the appropriate record from the Assessment Metrics Related List.
4. Change the following field as shown:
Method : Default answer from script
Dependent plugin : Core
script : scaled_result = "2"; // this value comes from the value shown in Assessment Metric Definition related list
5. Save the form.
Your configuration is complete now. Go to the change request form and test the Risk Assessment, you will see the value will default
I Hope this helps.
Please mark this helpful if this helps and mark as correct if this solves your issue.
Regards,
Kamlesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2023 09:30 PM
Hi @susmi99 ,
Could you please Accept the response if that solves your issue so that this thread can be closed and help others having simillar issue know the right solution. If this still do not works for you then let me know what's the issue you are facing may be I can help resolve it.
Regards,
Kamlesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2023 11:47 AM
Based on the screenshots this seems to be for Change Risk Assessments. The screen I have is for Risk Assessments. Are Change Risk Assessments the same as the Risk Assessments in the Advanced Risk Module Risk Assessments? What role is required?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2023 09:44 PM
I have the same requirement along with that, I want to make that answer read-only. Is it possible to do that?