How to create relationship between two table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2020 12:09 PM
I have two table A, B and i want to make report based on their relationship how to do?
Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2020 12:11 PM
You can create reference field on either tables to point to another table.
This will allow you to create relationship between 2 tables.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2020 12:17 PM
Hi,
What is your exact Business use case? As sachin said you can do that or else we need to create custom relationships.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2020 09:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2020 10:41 PM
Just want to add here.
A Parent-Child relationship can be created by adding a reference field, that references the parent table on the child table. Same like OOB Change and Change Task relationship.
It can be created by adding a reference field on the child table and then you will find that relationship in the related list (right click->configure-> related list) of that parent table, from where you can add it to the form.
If there is a requirement for a child to have more than one parent, then you have to create a many-to-many relationship.