In Geovonic Connect, app launchers allow you to launch third-party business systems from your ArcGIS web mapping applications. The URL Template launcher allows you to launch an app by building a URL using feature attribute values from selected map features.
For example, https://mysystem.org/assets/{{ASSET_ID}}
will open a URL by substituting the ASSET_ID attribute from the selected map feature.
Launcher Configuration
The URL Template app launcher configuration has a single field to describe the URL to be opened.
- URL Template – a URL string including feature attributes as required.