How to show tables related by document id in related lists?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2017 03:15 AM
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?
- Labels:
-
Best Practices
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2017 04:45 AM
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