deejay-hub / timeline-lwc

:octocat: An interactive timeline for the Salesforce platform.
https://dave-norris.medium.com/
MIT License
266 stars 72 forks source link

Is this possible to display timeline for one object only? #289

Closed trusha82 closed 6 months ago

trusha82 commented 6 months ago

Hi Team,

I just wanted to let you know that I am not raising any issues. I would like to see if it's possible to set up a timeline for one parent/master object only. So my use case is to display the timeline of the case file. e.g. when the case file is created, allocation date, waitlist date, open date, first session date, etc... I am capturing everything on the Case file. Is it possible to reflect that on the timeline too?

Please let me know!

Thank you! Trusha

github-actions[bot] commented 6 months ago

Hello @trusha82 , thank you for submitting an issue we appreciate your time. We will take a look and give you an update as soon as we can. We aim for a 72 hour response time.

deejay-hub commented 6 months ago

Hi @trusha82 . We don't support plotting fields from the parent object currently - so not possible.

Supporting this requirement would require us to change the logic of Time Warp to accommodate the need to change the start and end dates of the timeline canvas. Currently these are based on the first activity, current date or last activity. We would need to read all field values you have to determine earliest and latest dates.

So it's trickier than it sounds. Let us know if there's anything else you need.