Hi everyone,
I have an issue with Field Maps integration in Android devices (I'm using ArcGIS Enterprise 10.9).
I added Field Maps as Workforce integration building a URL and I need to open it in a specific point (${assignment.location}).
I will explain the workflow:
- I start the assignment in Workforce;
- I open Field Maps;
- Field Maps should be open in the same point of the assignment.
This workflow works correctly in iOS devices, but in Android devices works only if Field Maps app is already opened in backgroud.
Then, if Field Maps is closed and I go from Workforce to Field Maps is considered my current position and not the assignment position.
I tried with Android 9, 10, 11.
Below you can find the URL that I built:
https://fieldmaps.arcgis.app?itemID=<Web Map ItemID>&referenceContext=addFeature&geometry=${assignment.latitude},${assignment.longitude}
Thanks,
Antonio