Parent is empty for child hr case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2022 03:03 AM
hi,
I have a below case:
For few HR agent, child case created through related links Child case. Case was successfully created. While checking on list view, parent is empty.
While the same, when created by HR admin, it was showing the parent. What could be the reason?
thanks,
Sujit
- Labels:
-
HR Service Delivery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2022 07:35 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2022 07:36 PM
Hi Sujit,
this could be due to the READ permissions on the 'parent' field for those agents. Check the ACLs on your table.
You can create a READ ACL for parent field and add the following script:
if(current.isValidRecord()) {
answer = current.canRead();
}
else {
answer = false;
}
Mark my answer as HELPFUL / CORRECT if this help resolve your issue.
Regards,
Vamsi S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2022 07:55 PM
Hi,
seems like ACL issue. HR admin have the access and so can see it.
If you want make visible to HR agent create new read ACL for Parent field and give the HR agent role then he can see that field as well.
Thanks,
Pavankumar
ServiceNow Community MVP 2024.
Thanks,
Pavankumar