Add custom fields to the Reservation form

Here's how to easily add any custom field to GoMeddo's Reservation form

This article assumes that the field you want to add to the Reservation form already exists, or that you know how to create custom fields in Salesforce. If not, please refer to this article: https://help.salesforce.com/articleView?id=adding_fields.htm&type=5

Adding fields to the default Reservation form

This section describes how to add a field to the default Reservation form that is included with GoMeddo out of the box. If you have different types of Reservations that each require their own specific fields, skip ahead to the next section.

  1. Click on the gear icon in the top right of the page and select Setup.

    .

  2. Go to the Object Manager tab and click on Reservation.


    .

     

  3. Go to the Field Sets section and click on the Custom Fields field set.

  4. Drag and drop the custom field you want to add onto the field set layout, and click Save.

 

Your custom field will now show up on the Reservation form on the calendar.

Adding fields to specific Reservation Types

If you have different types of Reservations that each requires their own specific fields, this section describes how to apply different field sets to Reservation Types.

Create a new Field Set

If you haven't created a new Field Set yet, follow these steps first:

  1. Click on the gear icon in the top right of the page and select Setup.

    .

  2. Go to the Object Manager tab and click on Reservation.

     

  3. Go to the Field Sets section and click New in the top right corner.

  4. Fill in the required fields and click Save.

  5. Drag and drop any fields that you want to add onto the field set layout, and click Save

  6. The field set will now show up in the field set list. Make note of the API name, as you will need it in the next section (My_Custom_Fields in this example)

Set the Field Sets on the Reservation Type

Now that you have a field set, follow these steps to set it on a Reservation Type.

This section assumes you have already set up multiple Reservation Types. If you haven't done so, follow the steps as described here: Reservation Types

 

  1. Go to the Reservation Types tab and select a Reservation Type to edit

  2. Enter the API name of a field set that exists on the Reservation object. This is the name pointed out in step 6 of the previous section (My_Custom_Fields in this example). 

  3. Save the Reservation Type. When a user selects this type on the Reservation Form, the fields will reflect the fields in the field sets

Define Multiple Sections

You can create multiple sections on the Reservation Form by specifying multiple fields sets and separating them with a comma (B25__Custom_Fields, My_Custom_Fields is a valid value in this example).

Related articles

 

 

 

 

On this page: