- 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-13-2025 06:57 AM
@Ankur Bawiskar - I managed to find the issue for me. I have 'parent_incident' on my form, not 'parent' so I updated to that and it worked. Thanks so much 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 07:05 AM
Glad to help
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader