We have a Wildland Fire Assessment Survey that several users have access to.
We would like to be able to allow users to pick a survey they'd like to complete and once it is started, than other users would not see it in their inbox.
Or possibly, show in the inbox who is working on the survey.
Any thoughts on how to accomplish this?
Thank you
Mele
Solved! Go to Solution.
It won't be "live" in that users will have to submit the survey to update the status for the inbox, but you could add a username and status to the instance name.
Understanding the Instance_Name setting - Esri Community
Instance name—ArcGIS Survey123 | Documentation
Autopopulating Username:
XLSForm essentials—ArcGIS Survey123 | Documentation
Prepopulate answers—ArcGIS Survey123 | Documentation
Once a survey is assigned to a person, meaning they are working on it. You can put a query on to limit what is seen in the inbox.
something like:
<username_field> IS NULL OR <username_field> = ${username}
Prepare to edit existing survey data—ArcGIS Survey123 | Documentation
It won't be "live" in that users will have to submit the survey to update the status for the inbox, but you could add a username and status to the instance name.
Understanding the Instance_Name setting - Esri Community
Instance name—ArcGIS Survey123 | Documentation
Autopopulating Username:
XLSForm essentials—ArcGIS Survey123 | Documentation
Prepopulate answers—ArcGIS Survey123 | Documentation
Once a survey is assigned to a person, meaning they are working on it. You can put a query on to limit what is seen in the inbox.
something like:
<username_field> IS NULL OR <username_field> = ${username}
Prepare to edit existing survey data—ArcGIS Survey123 | Documentation
Sounds like they will have internet access? I would make a Dashboard and it could be slick. You could color code, etc and use launch links to open the forms into 123 app. Dashboard works decent on a tablet browser. Could do experience builder also but its a learning curve there.