Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Assess Risk in SOW change form

labandar
Tera Contributor

Hello Fellow Devs,

I want to understand where the Assess Risk button is configured which is on Change form in the Service Operations Workspace - Overview tab. Can you please help me of where I can find it. I have already checked in UI Actions, UI Pages, UI Macros, UI Builder but I couldn't find it anywhere.

 

labandar_0-1735033192555.png

 

13 REPLIES 13

I have the same issue, not sure how it handles the Assess Risk button display. It is not displaying for non-admin users in the SOW Workspace. If a super guru there 🙂 could help, I'd appreciate! Thanks

Zeinabc
Tera Contributor

Navigate to ALL> Now Experience Framework> declarative actions> form action and search risk assessment. 

 

Most buttons in SOW are declarative actions either under form actions or related list actions.

Hi Bhavya,

 

If I want to hide "Assess Risk" button OR Risk Panel, where and in which script/scripts I need to make changes..?

 

In which script should I add condition..?

Also can I use g_scratchpad if needed for SOW..?

Dr Atul G- LNG
Tera Patron

Hi @labandar 

 

@Bhavya11 correctly mentioned the source, but what changes do you want to make?

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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

@Dr Atul G- LNG Actually I want to check the code for the same because I have a used case to make Assess Risk Mandatory when ever I click on Request approval and the Change Request moved to Assess state. So, I want to check the logic for SOW. For Default view I achieved it using a UI page and created a dialogue box which calls the Risk Assessment window, but for SOW it was not working in SOW.