Hello,
I have survey123 connect and feature service. It has been a while I haven't used it. I am unable to find information. I am trying to set up to create an address (geopoint) with map location.
1) Is there a way to view other layers on the same map location?
2) Also , when to create an address (point), pull data polygon information?
Can you please kindly point and assist? Thank you
Alex
Solved! Go to Solution.
First question: yes! See this page for details on how. Easiest method is to use a web map via Linked Content.
Second question: yes! Now that custom JS functions are available, you can easily intersect your survey point with other layers. The linked page has a great example that can easily be adapted.
Hi @AlexP_
You can use URL parameters ?mode=edit&globalId={globalId} to edit a submitted record.
The full URL will look like: https://survey123.arcgis.com/share/{surveyId}?mode=edit&globalId={globalId}
See this blog for details: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-web-form-url/ba-p/...
Thanks,
Ruth
First question: yes! See this page for details on how. Easiest method is to use a web map via Linked Content.
Second question: yes! Now that custom JS functions are available, you can easily intersect your survey point with other layers. The linked page has a great example that can easily be adapted.
@jcarlson Thank you for the information. i was able to resolved an error. I completed # 1 answer. I am unable to find some example on custom js function. I am not expert on that area. I tried to open sample survey123 javascript but it won't open.
Check out the blog post I linked to, it goes through it step by step.
@jcarlson After reading the blog, I understand now. I tried to test survey123 web app and I realized that I have attribute rules and it still worked without using custom js. Is there a way to jump to records to check out or review it after submitting? I am assuming it is only for field app?
Hi @AlexP_
You can use URL parameters ?mode=edit&globalId={globalId} to edit a submitted record.
The full URL will look like: https://survey123.arcgis.com/share/{surveyId}?mode=edit&globalId={globalId}
See this blog for details: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-web-form-url/ba-p/...
Thanks,
Ruth