URL parameter mode=editedit&globalId={globalid} not working on field app

1326
2
Jump to solution
07-16-2021 03:05 AM
Cyprus_Forest_Department
Occasional Contributor

Hi to all.

I created a webmap for my users to review and re edit the submitted data of other users.

I have configured the popup of the feature layer with a custom attribute display following these two posts:

https://community.esri.com/t5/arcgis-survey123-blog/understanding-survey123-s-custom-url-scheme/ba-p...

https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm#ESRI_SECTION1_C96F2AA2B3304...

So, using for the popup the url: https://survey123.arcgis.com/share/54e313eee86a4fd98084678fdfa7baac?mode=edit&globalId={globalId}

the web app of survey123 opens in the browser and the user can view and resend the survey with modifications, if any.

However, using for the popup the url: arcgis-survey123://?itemID=54e313eee86a4fd98084678fdfa7baac&mode=edit&globalId={globalId}

the installed windows application opens on the users desktop, but with an empty form.

I wanted them to use the desktop application due to better ergonomics in the repeats.

Any thoughts are welcome! Thanks for the support.

 

0 Kudos
1 Solution

Accepted Solutions
Ruth_JiatengXu
Esri Contributor

Hi @Cyprus_Forest_Department 

Thanks for sharing here! The URL schema for field app is different from web app, here is the link to the DOC: https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm#ESRI_SECTION1_C96F2AA2B3304...

Please try arcgis-survey123://?itemID=54e313eee86a4fd98084678fdfa7baac&action=edt, this URL will open the inbox of the survey for you, and then you can edit all valid submitted record in the inbox. You have to enable the inbox first, here is the DOC: https://doc.arcgis.com/en/survey123/desktop/get-answers/editexistingdata.htm#ESRI_SECTION1_47C2CB834....

Thanks,

Ruth

View solution in original post

2 Replies
Ruth_JiatengXu
Esri Contributor

Hi @Cyprus_Forest_Department 

Thanks for sharing here! The URL schema for field app is different from web app, here is the link to the DOC: https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm#ESRI_SECTION1_C96F2AA2B3304...

Please try arcgis-survey123://?itemID=54e313eee86a4fd98084678fdfa7baac&action=edt, this URL will open the inbox of the survey for you, and then you can edit all valid submitted record in the inbox. You have to enable the inbox first, here is the DOC: https://doc.arcgis.com/en/survey123/desktop/get-answers/editexistingdata.htm#ESRI_SECTION1_47C2CB834....

Thanks,

Ruth

DavidRichey
Occasional Contributor

@Ruth_JiatengXu  an you give an example of the Field app URL syntax that demonstrates opening a specific related survey by use of a user-implemented unique id? See this question.  

Thanks!

0 Kudos