Initiate update in field maps using workforce

382
1
Jump to solution
08-21-2023 02:09 PM
Aymen_Farhat
New Contributor II

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.

0 Kudos
1 Solution

Accepted Solutions
RobertAnderson3
MVP Regular Contributor

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.

View solution in original post

1 Reply
RobertAnderson3
MVP Regular Contributor

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.