Work Notes mandatory when problem goes to closed state when we click re- analyze UI action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 02:24 AM
When we click on re-analyze UI action, when problem goes to closed state, work notes should be mandatory.
- Labels:
-
Problem Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2022 08:32 AM
Hi Pooja,
I am not your requirement is correct,
Work Notes mandatory when problem goes to closed state when we click re- analyze UI action? - Why it should move to the Close ideally it should move to the Root Cause Analysis so someone should modify your UI Action already check the versions and Modify the below
if(r == '' && er == 'Root Cause Analysis')
Thanks
Chandu Telu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2022 09:37 AM
My requirement was,
once problem goes to closed state and when we click on Re-Analyze UI action worknotes should be mandetory.
when we click Re-analyze UI action worknotes should mandetory without touching OOB functionality.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2022 09:56 AM
Try this it might work
Write on change client script on the state field once it's moved from closed to root cause make worknotes mandatory
Thanks
Chandu Telu
Please mark reply as Helpful/Correct, if applicable.