- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2021 04:23 AM
Solution Plan Problem Task type to be created automatically when problem record is moved to Root cause analysis state except for when problem priority is 5-Planning and to auto populate the values of the problem records like assignment group, priority, short description and description-Solution plan task ,type -solution plan, due date - 30 days ahead of problem created date.
Please help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2021 06:22 AM
Example below
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2021 05:03 AM
But I want to create a task automatically when problem record is moved to Root cause analysis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2021 05:09 AM
Hi ,
You can create a Business Rule then ,
and give condition After -> update
filter condition ->
State Changes to Root Cause
Then do Scripting.
Pls Mark Helpful or correct.
Regards,
Akanksha Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2021 05:37 AM
will you provide me that script also ?
Or shall we also create the workflow for the same ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2021 05:09 AM
Please use flow designer with no script.
Just add 1 more condition to what Thomas has mentioned
In the flow trigger
Priority [IS NOT] 5-Planning
Also link the problem task with the problem by using the problem field
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2021 05:34 AM