Select to view content in your preferred language

Inbox - Show Who is Working on a Survey

256
2
Jump to solution
3 weeks ago
MeleKoneya
Frequent Contributor

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

 

0 Kudos
1 Solution

Accepted Solutions
Neal_t_k
MVP Regular Contributor

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.

Neal_t_k_0-1775766683847.png

something like:

<username_field> IS NULL OR <username_field> = ${username}

Prepare to edit existing survey data&mdash;ArcGIS Survey123 | Documentation

 

 

 

 

 

View solution in original post

2 Replies
Neal_t_k
MVP Regular Contributor

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&mdash;ArcGIS Survey123 | Documentation

Autopopulating Username:

XLSForm essentials&mdash;ArcGIS Survey123 | Documentation

Prepopulate answers&mdash;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.

Neal_t_k_0-1775766683847.png

something like:

<username_field> IS NULL OR <username_field> = ${username}

Prepare to edit existing survey data&mdash;ArcGIS Survey123 | Documentation

 

 

 

 

 

DougBrowning
MVP Esteemed Contributor

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.