
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hello all,
I have added "Interaction realated record >task" related record in the incident form but its not visible still on the related records if i go to inteaction and click on icreate incident and if one incident gets created then this related record is visible but without that it is not visible.
I want to achieve this so that the fulfillers can directly attach the interaction from incident form directly.
How i should achieve this?
@Ankur Bawiskar any input on this?
Regards,
Debasis
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I will recommend to explain your customer what's the best practice and why you should avoid the reverse flow.
Not all requirements are meant to be implemented as they might require maintenance going forward as they deviate from standard OOTB process.
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
yesterday
You can create multiple incident, change, request and case as part of an interaction based on valid needs of the user.
See below for a sample interaction where multiple tasks are created,
Recommendation is do not try to relate existing tasks to an interaction. You can imagine a scenario, you are calling or chatting with Amazon help desk and they are creating multiple requests or support tickets on your behalf. To identify, as part of which interaction these requests are created, you can use interaction reference. For any records, created outside interaction it would not be meaningful to link it to an interaction as source of creation if those records were not created from an interaction.
Go through Interaction Management module in Now Learning if you need more information and below is reference documentation
As per community guidelines, you can accept more than one answer as accepted solution. I hope you appreciate the efforts to provide you with detailed information and mark the responses as helpful & accept solution.
Thanks,
Bhuvan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hello @Bhuvan & @Ankur Bawiskar ,
I found how we can attach existing incident to the interaction we can do it from to associate record ui action present in interaction by clicking on that button we can associate incident records to interaction.
This is what i was trying to find and got it now to achieve my whole scenario no need to doing any changes on the oob things.
I just need to write after business rule on the incident_related_record table so that after a records gets inserted here it will close my interaction.
Happy Learning.
Regards,
Debasis