Hello, wondering if anyone has an idea for this scenario
Looking to display note records that include a running list of all the succeeding replies starting with the most recent note (CreatedDate Desc inside each grouping)
On 1 account there is for example those related records:
New Note 1 is created (group 1)
Note 2 is related to note 1 (reply)
Note 3 is related to note 1 (reply)
New note 6 is created (group 2)
Note 7 is related to note 6 (reply)
Note 8 is related to note 6 (reply)
Note 9 is related to note 6 (reply)
And so on…
I’m trying to find a way to show the most recent ‘Notes’ from each ‘Group’ and then on an action show the rest of the thread (related records)
2nd part is simple, but would there be a way to group all the related notes and display the most recent first?
Thank you in advance