- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 04:23 PM
Hi there - We have a business requirement to create a Planned Change with defined Change Tasks as a template. I see the Pre-Approved option to add tasks but not for a Planned change. Is this possible? Would appreciate some help/guidance on this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 08:08 AM
Your response was definitely useful, used the exec plan method temporarily while building the workflow. Appreciate the guidance and the knowledge.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 04:52 AM
So you want , when you raise a normal change via Template, it must get the Change task a well?
Using the templates in a module should be able to create multiple tasks as part of the change request. Please make sure you have linked the templates using Next Related Child Template and Next Related Template fields appropriately.
- Next Related Child Template: Use this for linking the parent template to the first child task template.
- Next Related Template: Use this for linking a child task template to the next one.
For example, lets say we need to create 3 change tasks as part of a change request. We can link them in the following way:
(Parent) Change Request template --> Next Related Child Template = change task template 1 (first child)
change task template 1 (first child) --> Next Related Template = change task template 2 (second child)
change task template 2 (second child) --> Next Related Template = change task template 3 (third child)
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
12-20-2023 08:02 AM - edited 12-20-2023 08:07 AM
Thanks Atul - I will take a look at the articles provided and go through it and revert back in a bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 09:23 AM
Sure @luv2learn702 will wait for feedback.
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
04-01-2024 04:05 PM
Hi there - thank you for the feedback. Could not get the desired behavior unfortunately with the change tasks. Build a custom flow instead for the specific process.
Appreciate your guidance and feedback.