Google Map List

GridMate offers a convenient feature that allows users to map multiple records for any object (Standard or Custom). The GM - Google Map List component provides a mix of map view and list view to filter records and take actions.

Below is a quick demo on configuring the GM - Google Map List component.

The filter used in this demo by GridMate is provided below.

{
    "BillingLatitude": {
        "operator": "!=",
        "value": null
    }
}

Last updated