Skip to main content
Contributor ⭐️⭐️
May 21, 2024
Solved

Timeline in and Existing report

  • May 21, 2024
  • 11 replies
  • 182 views

In an existing report can we add the timeline notes?

Best answer by tmorgan

There are a couple of ways you could achieve this, but the short answer to your question is that “Timeline Notes” is not a field that is likely on your Company object and therefore not natively reportable. Timeline entries and their notes are stored as rows on the Activity Timeline object. Here are some possibilities:

  1. You could report off of the Activity Timeline object and use the Company lookup there to sort/filter by Company and see all of the Timeline Entries (or a filter of a subset of Timeline Entries).
  2. You could create a field on the Company object with a name like “Notes from Last Timeline Entry” and then write a rule that would populate that field on the Company object with the latest Timeline Entry in the Activity Timeline object for each Company.
  3. You could create a Data Designer that merges the Company Object with the Activity Timeline object on the Company GSID and then basically create your own table with all of the elements you want from both objects. Then you could report on them that way.

11 replies

Contributor ⭐️⭐️
May 21, 2024

This is Awesome!! Thank you so much for this.