I want to display the related list of incidents under the request form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2024 04:51 AM
The service request is raised from the incident. so I want to display the related list of particular incident details under the sc_request form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2024 05:00 AM
Hello @Mehavarnan C ,
Please follow below steps to add Incident as a related list:
Output -
Please mark this as "correct" and "helpful" if you feel this answer helped you in anyway.
Thanks and Regards,
Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2024 05:06 AM
Hi @Mehavarnan C ,
1)On sc_request table Right Click--> Configure Related List
2) bring the Incidents related list from left to right slush bucket and save it.
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2024 05:06 AM
The incident already linked to the parent field on sc_request.
You can either bring in the Parent field on the form and dot walk the incident fields.
OR
You need to create a new relationship to make the related list.
1. Go the System Definition > Relationships
2. Create below relationship
3. Configure Related List of sc_request form and add the above Relationship
Thanks
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2024 05:09 AM
On the sc_request table, the incident is referenced in the 'parent' field (if you use the OOB 'Create Request' UI action. So the relation is made on the request, not on the incident (your current 'request' is not referenced on the incident record). To make this possible, you need to change the UI action (or create your own one) so the Incident will have the request referenced. Then you can add it as related list to your request form
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark