Policy and Compliance : Customize the fields on Issue request form

Nidhi Kashyap
Tera Contributor

Under the Policy and Compliance module , once the control record status results as Non- Compliant , corresponding Issues are generated and those Issues get automatically assigned to the corresponding Control owner under which the issue is generated, so is there any way to Assign the issue to a particular user or user group and those users would assign it to the applicable users . If any BR or Script . Please provide your insights !🙂control1.PNGcontrol2.PNG

1 ACCEPTED SOLUTION
3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Nidhi Kashyap 

 

I am not 100% sure, but try to use the look up / data lookup / assignment rule for this.

https://youtu.be/HOCFnwyWp60

*************************************************************************************************************
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]

****************************************************************************************************************
csa #ServiceNow #TechnoFuncational Disclaimer: These videos are from my training batch. These videos did not promote any ServiceNow Sales pitch or marketing. These videos are only for knowledge purposes & basic on my experience & Knowledge. Redistribution or copying of functionality is not ...

Community Alums
Not applicable

HI @Nidhi Kashyap ,

This functionality is coming from a Script include called "IssueUtilsBase" ( This Script include is protected by ServiceNow, you cannot make any changes to it) , see the attached screenshot lines of code which is responsible :

SandeepDutta_2-1709132446152.png

 

and the Business rule in ask is "Create issue if test ineffective, closed "

SandeepDutta_1-1709132261228.png

 

 

Community Alums
Not applicable

Hi @Nidhi Kashyap ,