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.
I m not clear in understanding the requirements is this two of them in table , task related and record related table ? , can we create a merged view or materialized views using those tables and show them
Why not use the built in eventHistoryListField?
Even for the Event Time pattern, where is it limited to 1 record type?
thanks for the response but when we are going to add a!eventData () then we see additional record type added and getting data on single page with 2 different Records type but our requirement is here, we can show both (Request & Task Events) data in single Event history List.
I'm hoping it will be possible but if you can share the way how we can achieve will be great.
Thanks everyone in advance.
I don't understand the difference between what I showed you and what you (seem) to want.
My solution will show 1 single event history list for 2 different Record Types.
Thanks for your suggestion, We are getting results in single Event Grid now.
I will get back on later if any query.