Add services to child tasks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2025 06:10 AM
Hi,
Is it possible to add hr service field on the hr child task of an hr case? If yes, how it can be done and can we populate the hr service same as the parent hr case to the hr task?
Thanks in advance!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2025 06:20 AM
if hr service field is not on HR task then why to create a fresh?
if it's already there then you can use before insert BR and set it with the HR Service From parent HR case.
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
08-08-2025 06:24 AM
@Ankur Bawiskar It is needed for reporting purpose

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2025 06:21 AM
Hi @Vaishali 11. Child tables inherit fields from the parent table they are extended from. You should be able to use the form designer/builder to add the field from the parent table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2025 01:04 AM
Hi @Brad Warman ,
I tried this way, but it's not working.