Hi everyone,
I added Field Maps as Workforce integration building a URL (I'm using ArcGIS Enterprise 10.8.1).
I need to open Field Maps in a specific point (${assignment.location} as reference) and pass some values to the selected feature. Browsing in the documentation I found that for the first action I needed to use referenceContext=search and for the second one referenceContext=addFeature.
I'm able to use these two actions individually, but not together.
Below the two URLs that I used:
- 'https://fieldmaps.apps.app?itemID=<mapID>&referenceContext=search&search=${assignment.location}'
- 'https://fieldmaps.apps.app?itemID=<mapID>&referenceContext=addFeature&featureSourceURL=<serviceURL>&featureAttributes={"id":"${assignment.workorderid}"'.
Is there a way to merge these two actions?
Thanks,
Antonio