You can put the Reservation form on any record page, and use it to create Reservations without needing to navigate to the calendar. The underlying GoMeddo conflict checking technology will make sure that any related record you book is actually available for the Start and End DateTime that you filled in, if you configured Dimensions with Intelligent lookups.

Configuration

Add the standalone Reservation Form to a record page

  1. Edit the record page to which you want to add the standalone Reservation

  2. Select the Standalone reservation form component from under Custom - Managed and drag it anywhere on your Lightning page

Make the standalone Reservation Form available on mobile

You can make the standalone Reservation Form available on mobile by adding it to a Lightning App page. This Trailhead explains how to do this.

Running a flow before loading the standalone Reservation Form

You can specify the name of a flow that will run before loading the reservation form. This allows you to prefill data in the form if needed, such as the recordId in a dimension field. We included a template flow which you can clone to facilitate your own use case, the name of this template flow is: Default Standalone Reservation Form Flow Template (make sure you use this one and not the Default Reservation Flow Template).

note

The flow for pre-filling the data in the standalone reservation form runs after the custom Init Handlers are executed.

The flow for pre-filling the data in the standalone reservation form runs after the custom Init Handlers are executed.

How to use the component

  1. Make sure you you configured Dimensions with Intelligent lookups for the related records that should be available for the Start and End DateTime of your reservation

  2. Fill in a Start and End DateTime

  3. Intelligent lookups will now only return available records, based on your conflict checking configuration

  4. After you filled in everything as needed, hit Save and the booking will have been created