Where is it set that Resolution fields flash when ommitted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 07:58 AM
Hi,
OOTB, the fields resolution code (close_code) and resolution notes (close_notes) flash on the incident form when they have no content and you try to do a resolve action. Also the resolution notes field gets the focus.
From where is this happening? I would suspect a client script, but can't find it.
Regards
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 08:31 AM
Hi @Jan Post2
UI policy
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 01:09 AM
Hi Atul,
OOTB my dev instance has the following UI policies
And I set the client script you mentioned to inactive. Still the flash is there.
Regards
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 01:12 AM
Hi @Jan Post2
Out of the box, there are two places where the system makes the "Resolution code" and "Resolution notes" mandatory on incident resolution/closure:
- A Data Policy "Make close info mandatory when resolved or closed".
- A Client Script "(BP) Close Mandatory on Close or Resolve" that ensures that resolution code and resolution notes are mandatory onSubmit.
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]
****************************************************************************************************************