Skip to main content
zache0001
May 30, 2023
Question

Calendar Component with Clickable Records

  • May 30, 2023
  • 5 replies
  • 0 views

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!

    5 replies

    harshitb6843
    May 31, 2023

    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!

    stefanhelzle0001
    May 31, 2023

    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.

    zache0001
    zache0001Author
    May 31, 2023

    Thanks Harshit and Stefan, that makes sense! How would I add a clickable link?