We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

OOB This utility is used in reassign assessment to different approver ApproverFormUtils

triciav
Kilo Sage

There is OOB Functionality (appears to be) that can Reassign the Approver of a Risk Assessment.

I cannot figure out how this works OOB to be able to reassign the risk assessment to a different approver.

UI Script: sn_risk_advanced.ApproverFormUtils

UI Actions: Reassign

Table: sn_risk_advanced_risk_assessment_instance

 

I can see the reasign button and the Modal for when I reassign the assessment to a different Assessor.

How do I get this to work to reassign the approver?

3 REPLIES 3

Not applicable

Hi @triciav ,

Navigate to system definition> UI actions>Look for "Reassign" in the name field column :

You can see there are 2 UI actions running on the table " sn_risk_advanced_risk_assessment_instance" having the form action "true". 

SandeepDutta_0-1708060871734.png

Open the records and check in "Script" and adjust as per your requirement:

SandeepDutta_1-1708060958861.png

 

I am aware of this - my question is how does this show up on the Risk Assessment form?

This appears to. be OOB functionality, I am just not seeing the Reassign approver button

 

Simanta27
Tera Contributor

Hello @triciav , I am facing a similar issue. did you get any solution for this?