Copy Change Request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 09:27 AM - edited ‎03-20-2024 12:04 AM
Hello Everyone, I have these requirements and i am stuck on this. Can anyone help me to get out this.
-----------------------------------------------------
"
When I click on "Copy Change" from the context menu,
The system should prompt whether I want to copy the CTASKS associated with the Change Request
"This Change has associated CTASK(s), would you like to copy those CTASK(s)?"
If I choose yes, then, all related Change Task should be copied along with the new Change Request.
If I choose no, then no related change Task should be copied along with the new Change Request.(i.e. after choose no, change request should be copied but no related change task.)"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 09:46 AM
This has been derived from Change properties:
Create a Alert message and call this property.
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
‎03-09-2024 03:47 AM
Hi @Dr Atul G- LNG /Atul,
Thanks for your response!
Based on my requirements i have modified Ui Action(Copy Change) script. 👇
When I click on "Copy Change" from the context menu, popup message got populated -👇
"This Change has associated CTASK(s), would you like to copy those CTASK(s)?"
If I choose yes, then, all related Change Task is copying along with the new Change Request.
but, when i choose cancel, then related change task also copying with new change request.
this is happening because of this-👇
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2024 08:00 AM
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]
****************************************************************************************************************