- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2017 08:25 AM
I need Incident to get populated on Problem Record if it's been raised from a Incident and get listed in the related List. Shown below
It's an OOB feature...but I am unable to find the relevant related list(Problem) on the Incident which will populate the same problem which was raised from the Incident.
because of this I had to go by m2m approach. Please help me on how can I get the OOB related list of Problem on Incident./
/I dont prefer m2m where I know there is already a relationship established in OOB.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2017 08:37 AM
Related lists are available in one of three ways
- There is a reference field (e.g. problem_id on the incident record). This enables the incident related list to be placed on the problem form automatically.
- Defined relationships - you select the source and target tables and define what the relationship is in script (e.g. incidents by same caller on the incident form)
- Many-to-many relationships - similar to the first, only it uses two reference fields via a m2m definition. Example: users and group memberships, groups and users in that group.
The reason you don't see a problem related list for the incidents OOB is because there are none of the three definitions provided above. This would go against ITIL practices so we don't provide it. You are welcome to create your own if you see a need. It sounds like you've already taken the many-to-many approach, which will work well in this case.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2017 10:18 AM
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2020 07:15 AM