The current Workforce project I am working on involves reoccurring inspections at the same location, either on an annual or as needed basis and by different people. So in order for the workers to register that a particular location is up for re-inspection it needs to show on the map as not having been previously completed. Is there a setting or feature that can be utilized to "reset the playing field," so that all of the completed assignments will show as needing done again?
Craig,
Not out of the box or in the web app - there's no ability to reset the assignments.
However, you could edit the assignments feature service directly to do this as needed. This could be done through any client that can edit feature services (Map Viewer or ArcGIS Pro) - or you could automate and script this through Python using one of our example scripts:
GitHub - Esri/workforce-scripts: A set of scripts to help administer Workforce projects.
thanks,