Is there a way to have a calendar component show events (records) on an interface, and be able to select a given event to go to that record summary?
Here is a picture with an event, I am using the googleTimelineChartField component, part of the googleChartsFieldv2 plug-in.
I want to select the event (in orange) to go to its record summary - how would I do that?
Thanks!
Discussion posts and replies are publicly visible
Clicking and directly going to its summary dashboard can invite more accidental navigations. I would recommend showing a link as soon as someone clicks on it and then when users click on that link, it takes them to the summary dashboard. That way, it also acts as a final confirmation that the user wants to jump!
I supports Harshits idea. Show some basic information about the event when clicked in the chart and add another link to navigate to the record.
Thanks Harshit and Stefan, that makes sense! How would I add a clickable link?
On the charts, you should have a parameter - onSelection. You can use that just like a component's saveInto. Once the value is saved, then you can use that value to another link using richTextDisplayField() and add a link on the text using a!recordLink()