Can an assignment on workforce trigger the opening of field maps to update an individual record rather than collecting a new record? using same ID.
Solved! Go to Solution.
Not sure about the integration in the project itself, but I think this should be possible using URL parameters, I haven't done it but looking at https://doc.arcgis.com/en/field-maps/android/help/deploy-your-map.htm
You would need referenceContext=updateFeature and featureID={yourFeatureID} in the URL you're using.
Not sure about the integration in the project itself, but I think this should be possible using URL parameters, I haven't done it but looking at https://doc.arcgis.com/en/field-maps/android/help/deploy-your-map.htm
You would need referenceContext=updateFeature and featureID={yourFeatureID} in the URL you're using.