Risk assessment change management

agrawal
Tera Contributor

In change request form for New state there is risk assessment related link , once we submit the risk assessment on new state. It should hide the related list link for "Risk assessment " and user should not be able to edit the submitted risk assessment.

4 REPLIES 4

Anil Lande
Kilo Patron

Hi,

First you need to set default value as empty for 'Risk' field on your change form (table). You can update default value on dictionary. Also make this field readonly.

Then add the condition on your 'Risk Assessment' so that it will be only visible when risk is empty.

like:

current.risk == ''

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

I dont want to make risk field empty .Any client script will work?

 

OOTB risk will be low , when you open a new change.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @agrawal 

 

I recommend , hide this only when the change to assess state not in New state, reason begin may be a user need to update the risk question again due to changes in plan or docs etc. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************