Child Incident Creation

markdgoahead
Kilo Explorer

Good afternoon everyone!

 

I'm hoping this is a really quick and easy solution for all of you experts out there, but we're trying to configure something and I've hit a brick wall.

 

Basically we want to select "Create Child Incident" (as shown here)CreateIncident.JPG

 

We have this form appear after clicking this from the left (shown here)CreateChildIncidentLayout.JPG

Basically created a "Call" rather than incident. Keeping the form nice and short, which once submitted will create a new incident and attach it as a child incident to the reference which is entered into the "Parent Incident" field within this call form.ParentIncidentField.JPG

 

However, when populating this "Parent Incident" field, the "Call" does log as an "Incident" but the "Related Records, Problem" field doesn't populate with the reference of the child call.ParentIncidentFieldOnForm.JPG

 

Any ideas welcome to a total Novice!

 

Thanks.

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello Mark,



Make sure you have modified the Business rule to pass this field on the incident form.


You can take a look on the below demo. It is working fine.


https://demo006.service-now.com/login.do


Username:admin


Password:admin


View solution in original post

2 REPLIES 2

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello Mark,



Make sure you have modified the Business rule to pass this field on the incident form.


You can take a look on the below demo. It is working fine.


https://demo006.service-now.com/login.do


Username:admin


Password:admin


Thank you so much Pradeep! All working fine now. 🙂