Hi Readers,
I have two tables
Table-A with columns:- ID_A, Job_Role, Company_NameTable-B with columns:- Member_ID, Name, PhoneNumber, ID_A
which are related as one to many relations
I have created record type for different these tables and added relation ships in the record type as well, Would like to know can we consolidate them as below requirement
rows which i want to display are
Below are the tables structure
Table-A is as below
Table - B is as below
Discussion posts and replies are publicly visible
Yes vaddhicharanc0001, it is possible. Apart from the above mentioned solutions, you can even create a view in database as per the requirement.
And create a record to retrieve data from that view. Hope this helps !!
We can create a view from multiple tables and how can we use that ??
Create a record Type object for that view as you do for a table and then use it in the grid as required.