GoMeddo comes with a Time Slot Picker component which is available for record pages. This component allows the user to quickly pick an available time slot, and create a reservation.

Adding the Time Slot Picker to a Record Page

  1. Go to a record page, click on the gear icon in the top right corner, and click ‘Edit Page’.

  2. Drag the Time Slot Picker component onto the page.

  3. Select a Reservation Type. This influences the following:

    1. The Reservation Type’s Field Set controls which fields are shown to the user

    2. The Duration defined on the Reservation Type controls the duration of the time slots that are being offered to the user. If the Reservation Type has no Duration, the time slot duration falls back to a default of 60 minutes

  4. (Optional) Select a list of children that should drive the time slots. If left empty, the record itself will drive the time slots. More on this in the next section.

  5. (Optional) Enter the name of a Lighting Flow that should be run before the Time Slot Picker is displayed to the user. This is useful to set visible or invisible values on the Reservation to be created. More on this in the next section.

Configuration options

1. Reservation Type

2. Children to search through

3. Reservation pre-creation flow to run

Using the Time Slot Picker in a Screen Flow

You can use a Time Slot Picker as part of your Screen flows, see: Time Slot Picker (for flows)