Configuration
Quick Start walkthrough
Section titled “Quick Start walkthrough”First-time setup is step-by-step in the Quick Start:
| Topic | Quick Start section |
|---|---|
| Report, geolocation, Id column, Flow, near distance | §5 — Configure the map on the page |
| Configuration JSON in App Builder | §6 — Paste JSON in App Builder |
| Save and activate the page | §7 — Save and activate |
| Flow from template | §3 — Create a Flow from the template |
Report selection
Section titled “Report selection”In reportMapConfig or App Builder JSON, choose the Salesforce report whose rows appear as map markers. The Quick Start uses Map External Features Test Accounts—§2, §5.
Column mapping
Section titled “Column mapping”| Setting | Purpose |
|---|---|
| Latitude / longitude | Plot markers (or address geocoding fields) |
idColumn | Return Salesforce record IDs on selection |
| Label / popup fields | Marker tooltips |
Set these in the configure gear dialog—see Quick Start §5.
Free mode (no API key)
Section titled “Free mode (no API key)”With no API key configured, the component uses Leaflet + OpenStreetMap and draw fence only. IN / OUTSIDE / NEAR and Send to Flow work the same. The sample JSON leaves "service": ""—Quick Start §5.
Paid mode (provisioned services)
Section titled “Paid mode (provisioned services)”When Three_Levers_GIS_Setting__c has an API key, Three Levers may provision one or more service names on that key. Each map page or Flow picks the service it needs:
| JSON field | Example |
|---|---|
service | Acme_ServiceAreas_2026 (provided by Three Levers) |
serviceUrl | https://apis.threelevers.com/gis/map/v1/ |
Example names in marketing screenshots (e.g. KCDistricts) are illustrative only—your org receives its own service name(s) on your API key.
Add overlay fields after free-mode Quick Start—GIS API Salesforce setup — Step 7.
Flow connection
Section titled “Flow connection”Set flowApiName for Send to Flow. The Flow must declare Text inputs matching Flow integration. Create the Flow from Map Your Records TEMPLATE in Quick Start §3.