How to show tables related by document id in related lists?

prabhasgupte
Kilo Expert

In my scoped app, I have a table (say A) which holds references to multiple tables (say B, C & D), and it is done with help of target table and document id. On each of the referred tables (B/C/D), I want to show records from table (A) in related lists. But when I try to find A in related lists tables, I don't see it there.

How can I achieve that?

1 REPLY 1

Alexis Hemled
ServiceNow Employee
ServiceNow Employee

Hello Prabhas,



You can achieve this by creating a new Relationship. With this feature, you will be able to create your own relationship between those 2 tables, by script.



You can find more details here : Create defined related lists



Regards,


Alexis