Display the source entity fields?

For instance, I have:

  • Discovery Calls Database (Date, Customer, etc.)
  • Insights Database

In the Discovery Call transcript, I link some text snippets to Insight records.

I have created an Insights table view, how can I display the ‘Customer’ from the Discovery Calls Database as a column for each record?

For example, I’m expecting something like this

[Reference].customer

I’m stuck, any advice would be greatly appreciated.

To display fields from a related (linked) DB as if they were local fields, you create Lookup fields.

1 Like

It sounds like you are talking about mentions or linked highlights. It isn’t currently possible to create queries on the referenced entities.
The main reason for this is that mentions and linked highlights can refer to any possible entity type (any database) and it is challenging to devise a technical solution to accommodate all possibilities.
i.e. for your example, the Customer field exists on the referenced entity if the reference is a Discovery Call, but not if the reference is to some other db.

The good news though is that we will roll out some features this year which will absolutely solve this problem (basically by allowing a user to specify/limit the dbs which can be used as source & target for a reference).

3 Likes

Thanks, @Chr1sG , this is exactly the use case I’m trying to solve.

I see, I understand the technical and design difficulties now.

I look forward to future improvements on this.