Hi All,
We have below requirement, please read and assist me on this.
We have 2 Event data:
1. Request Event data
2. Task Event data
We need to merge above 2 dataset and show details in a single page with using Event Timelines patterns/components. Can you please check and assist how we can achieve?
When we are taking Event Timelines patters with selecting records type then, we can select only one record type as a time under Event Timeline components but we need to take both records type and then make the relationship on script level.
Please provide solution for achieving above.
Thanks in advance.
Discussion posts and replies are publicly visible
I'm not clear what the details of your requirements or constraints are and whether they would prevent this, but if you're just looking for a flat-and-simple display of 2 streams of data in one interface, you could always query them both, append the two data sets to each other (you could use a brute-force approach first to grab just the comparable elements from each array, in such a way that they'd match sufficiently for the purposes of displaying them), then manually sort them using toDataSubset(), and display the result like that.