create request from incident form

Research
Tera Guru

Hi All
How can we relate request Item in Incident form under related records and In request item under related List it should show the  incident number (request created with incident from) .

 

In RITM we should see INCIDENT, and in INCIDENT we should se RITM in related records

 

can any one previously implemented this any one guide me very helpful

 

Request Table

 

Research_0-1681990017189.png

 

Incident table

Research_1-1681990344293.png

 

Thanks

2 ACCEPTED SOLUTIONS

Research
Tera Guru

Hi @Ankur Bawiskar 

Thanks a lot for  solution

 

View solution in original post

@Research 

For showing INC under RITM do this

AnkurBawiskar_0-1682320440199.png

 

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

10 REPLIES 10

Anurag Tripathi
Mega Patron
Mega Patron

You have to populate the parent field on the child record.

  • When you create Incident from RITM -> On incident table you have to make sure that RITM Number is added as the parent. 
  • When you create RITM from Incident -> On RITM table you have to make sure that INC Number is added as the parent. 
-Anurag

Ankur Bawiskar
Tera Patron
Tera Patron

@Research 

Request record will have parent field populated with INC

AnkurBawiskar_4-1681991208941.png

 

Create defined relationship and add it on REQ and RITM form using Configure -> Related list

1) create defined relationship between REQ and INC

AnkurBawiskar_1-1681991022997.png

 

2) create defined relationship between RITM and INC

AnkurBawiskar_0-1681991011816.png

AnkurBawiskar_2-1681991067995.png

 

 

REQ Form Output:

 

AnkurBawiskar_3-1681991118838.png

 

Incident Form Output:

AnkurBawiskar_5-1681991240305.png

 

I hope I have answered your complete question.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Thanks Ankur, it was very helpful! 

 

Do you know how to trigger updates from related records? 

E.g. I added a related incident to task, when the incident is closed, I would like to see a worknote in the task about it. 

Thanks, Ankur, it was very helpful.

Do you know how to trigger updates from related records? 

E.g. I have task, to which I related an incident. When incident is closed, I would like to see an update in task worknotes.