Need to create a related list on the one of the Case form ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 04:13 AM
Hi All,
Actually we have different Case tables(case types), now i want to build relationship between two case types like i need create related list on Plan(case type ) case form, which shows the wave(another case type table) cases , which are belongs to same project and wave case sub category is plan?
basically on the two form we have field called "project ", based on that i need to build a query so and in that related list showcase , the wave case which are belongs same project of plan case and wave case sub category is plan?
Please help me to achieve this
Thanks
Deepika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 04:33 AM
Hi @Deepika61 ,
Please follow the solution and tweak as per your table:
https://www.servicenow.com/community/developer-forum/adding-related-list-on-the-form/m-p/1932426
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 04:35 AM
Hi,
It looks like you need to build a relationship by query -> https://www.servicenow.com/community/now-platform-articles/how-to-create-scripted-relationships-or-d...