Sep 05, 2022 04:56 AM
In my table 2 has some records along with their comments and these records are connected with table 1.
for example 3 records which are connected with a1.
Now I want to access comments of those 3 records in the interface via a1.
I don’t wanna read individual comments going each record instead by clicking just a1, I should have access those comments.
Here this my base tables
Table 1
Table 2
Here is the base link
Please help me if anyone has some insights.
Sep 05, 2022 05:01 AM
Hi @Mohsin_Raza
You could add a lookup field to your table 1, that looks at your comment field in table 2, and then show that lookup field in your Interface. That way, every record in table 1 that is combined in a record in table 2 should show the same comment.
Sep 05, 2022 05:04 AM
I believe this thread is about record comments, which are not stored in a field, so this solution will not work.
The inability to access record comments when looking at multiple records is one reason why I tend to use long text fields instead of record comments.
Sep 05, 2022 05:07 AM
Thanks , you understand right. It is about accessing record comments which is not possible to fetch via lookup or rollup.
okay, so creating a long text field might help. Right.
Sep 05, 2022 06:59 AM
Ah yes, same here in that case.