"Incident INC****** 'Parent Incident' Field added"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022 09:22 AM
HI all,
When the parent incident field is updated (when a child is added to a parent) the parent incident gets an update in the customer visible comments saying
-
Incident INCxxxxxx 'Parent Incident' Field added.
can anyone tell me which business rule is running to add that comment to the parent?
Thanks
- Labels:
-
Scripting and Coding
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022 09:30 AM
Hi, can you check this business rules. The following BR's related to Parent and Child relationship.
Update Child Incidents
Prevent Recursion of Parent Incident
Derive State value from Parent Incident
Please mark as correct answer if it helped.
Regards,
Suresh.
Suresh.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022 09:30 AM
Not sure if this is an OOB message. Did you check in Business Rule, Script include by applying filter
Script | contains | Field added or so
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022 09:35 AM
Hi,
In OOB vanilla instance, this does not happen. So this should be a custom functionality built in your instance.
In order to find it Navigate to by typing "sys_metadata.LIST" in Application navigator menu as shown below:
Now search here as text contains "Parent Incident' Field added" as shown below:
Through this method it will search all script component and get you the name of script through which this is coming.
Hope this helps. Please mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022 09:40 AM