Skip to content

Enabling the Maps feature


Evangeline Philip    Feedback

Manage your route plan and discover nearby leads or partners by using maps. Scheduling meetings and viewing lead or partner information are some of the other things that you can do with maps. Tap the card on the Hello screen of the phone app to view the map, a suggested route, and nearby pins. Nearby pins are leads and partners that are in your search radius.

Maps card on hello screen

Use the filter option to narrow your search to a specific module and date. You can also schedule meetings for dates in the future as well.

Maps filter

Maps filter

To use maps, you must do the following tasks:

Enabling the Maps card on the Hello screen

Self serve

This procedure can be done only by a Vymo administrator.

To enable the Maps card on the Hello screen:

  1. Log in to the Vymo web app and click the gear icon :octicons-gear-16: in the upper-right corner of the screen.
  2. In User Management section, click JSON Configuration.
  3. Locate Features and go to calendar object and clear the checkbox for Disabled. Or, set the hideMapsInCalendar flag to false, like this:

    {
      "type": "calendar",
      "disabled": false,
      "order": null,
      "code": "calendar",
      "name": "Calendar",
      "hideMapsInCalendar": false,
      "showEndTimeInCalendarCard": false,
      "hideDurationInCalendarCard": false
    }
    
  4. Click Save. You see a message that the changes are now saved as a draft.

  5. In the message box, click Go To Release Management so that you can move the changes permanently to the live configuration.
  6. Click Create a UAT release. Specify the release details and make sure to enter your own email ID because that's where you receive a one-time password (OTP) to continue with the process. Click Proceed.
  7. Enter the OTP you received in the email, and click Submit. Wait for a while till you see a confirmation message saying the process is complete.
  8. To see the changes, log out and log in again.

Enabling the geofence feature

Self serve

This procedure can be done only by a Vymo administrator and is applicable for clients of Vymo before 2019. For new clients, geofence is disabled by default.

For the location of a lead or partner to be displayed on maps, you must enable the geofencefeature.

  1. Log in to Vymo web app.
  2. Click Customize > Global Settings > Custom Configurations> additionalConfigs.
  3. Expand the additionalConfigs object and click lead_modules > geofence.
  4. To enable the geofence feature, set the value to true. To disable the feature, change the value to false.
  5. In the message box, click Go To Release Management so that you can move the changes permanently to the live configuration.
  6. Click Create a UAT release. Specify the release details and make sure to enter your own email ID because that's where you receive a one-time password (OTP) to continue with the process. Click Proceed.
  7. Enter the OTP you received in the email, and click Submit. Wait for a while till you see a confirmation message saying the process is complete.
  8. To see the changes, log out and log in again.

Visual guides

When you tap one of the meeting pins, you see a card that has details of that lead or partner. The card shows the distance (from the lead or partner), tier code, tier info and lead score. The following images show different cards and their characteristics.

Partner card

This card shows the tier and tier code (gold, silver, platinum) along with the distance.

Partner card in maps

Lead card

Lead card in maps

Lead card in maps

See also


Did this page help? No help at allYes, totally!
Back to top