Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Comments in Interface

Topic Labels: Interface Designer
3777 4
cancel
Showing results for 
Search instead for 
Did you mean: 
Mohsin_Raza
7 - App Architect
7 - App Architect

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
image

Table 2
image

Here is the base link

Please help me if anyone has some insights.

4 Replies 4
Databaser
12 - Earth
12 - Earth

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.

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.

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.

Ah yes, same here in that case.