How is the OOB Problem Fixes Closed notification is working?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2020 09:58 AM
I am unable to understand the working nature of Script include used to trigger the Problem Fixes Closed notification (OOB). Script include used is ProblemV2UtilSNC. Can anyone explain how this script include triggering the condition and how to validate this notification.
Thanks in Advance.
- Labels:
-
Problem Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2020 05:56 PM
Hi, the sys_event 'problem.fixes' looks to be triggered by ProblemV2Util().checkRelatedFixes
and this function may also call ProblemV2Util().checkAllProblemsForCIM, which can also trigger the sys_event.
The only script I see that calls ProblemV2Util().checkRelatedFixes, is the change_request table BR 'Check Related Problem Fixes'
/nav_to.do?uri=sys_script.do?sys_id=fdd22838876b13005087af1e36cb0b69
The functionality looks to be part of 'Continual Improvement Management'
and without this plugin being enabled I do not believe that problem.fixes will be triggered.
I'd suggest reviewing the documentation for Continual Improvement Management, as this may help understand the process\intention behind 'problem.fixes'
Edit; not sure how\why the post was all bold, have updated - no change to content.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2023 04:33 AM
Hi,
I want to test this notification. Please if you get the solution can you help me on this how to test this problem fixes closed notification.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2025 06:16 AM
Hi, I am trying to test this notification but I am unable to do it. Did you get a chance to know more about this ?
Also, I see this 'Continual Improvement Management' plugin is not installed in the instance