Using the example below I receive an error message
Unable to Open Link
The referenceContext Parameter is required.
Open the map and show the pop-up for a specific feature: https://fieldmaps.arcgis.app/?referenceContext=showFeature&itemID=38bc6f6c60344e259c98cef7e1f56809&f...
showFeature | Select a feature and open its pop-up from a map or task integration |
|
Further, showFeature is not listed as a supported value for referenceContext:
referenceContext | What the app should do, if anything, once open and the user is signed in | The following values are supported:
|
Anyone able to reproduce?
Hi @TL2
To use the show feature parameter, you will need to specify the GlobalID of the feature you are wanting to display the pop-up for, below is an example of a working URL for the show features.
When clicking on the link in your post, in looks different to the text appearing that you sent through, could you please provide the full link?
Here is a working URL parameter for the show feature:
https://fieldmaps.arcgis.app/?referenceContext=showFeature
&ItemId=4ac74eeff0f7452998e4d057e8a6dc9a
&featureSourceURL=https://services.arcgis.com/j3JVMGycAs95su2E/arcgis/rest/services/stormwaterpits/F...
&featureID=14ef546c-5ae1-4e8d-ae14-781e3b519d1f
Thanks,
Alex
Can you confirm this works? I am not sure if the map and service are shared publicly but when I email this link to myself, I get the same error message (Unable to Open Link The referenceContext Parameter is required.) and not a permissions error. Field maps 25.3.1
Hi @TL2
The link was an example of the formatting of the URL to use the ShowFeature parameter, I had not shared the map publicly,
Field Maps does require the URL to be encoded. Below is an example of what the URL looks like encoded:
You could use the encode function in ArcGIS Arcade, or also copy and paste the url into the web browser and it should encode this for you as well,
Thanks
Alex