- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 08:28 AM
Hi,
My requirement is to create a parent incident using a UI action in Service Operations workspace. Essentially I want to copy an existing incident and, once copied, the original incident's parent field should reference the newly created incident.
I am trying to re-use the script for 'Copy Incident' to do but I'm going really stuck on how to go back to the original incident and update a field. Here's what I have so far:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 09:14 AM
try this, ensure parent field is present on the view "Service Operations Workspace"
This worked for me in workspace client script and it populated the parent field on the older incident with the newly created incident
2 lines highlighted in bold
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 09:14 AM
try this, ensure parent field is present on the view "Service Operations Workspace"
This worked for me in workspace client script and it populated the parent field on the older incident with the newly created incident
2 lines highlighted in bold
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 08:16 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 06:48 AM
Thank you so much for replying to my query; I really appreciate it.
Unfortunately, this didn't work for me. It created the incident correctly but did not add the parent reference to the original incident.
Kind regards,
Madeleine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 06:58 AM
it worked for me in workspace client script as per screenshots shared
I informed to have this -> did you do that?
try this, ensure parent field is present on the view "Service Operations Workspace"
Also share your workspace client script
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader