Is there a way to customize or somehow configure the 'Create an Assignment' page? Specifically, i'd like to
These things can be generated manually for sure, but it would make integrating Workforce into the existing workflow much easier and cleaner if they were auto generated when creating a new assignment.
Thanks,
Tom
Solved! Go to Solution.
Tom,
We do not provide the ability to customize the Create Assignment page, on the specific requests:
1. We are looking at providing this capability once other work is completed within ArcGIS platform.
2. There's a few ways you can do this; one idea is to use a Python script to parse out the pieces of the form that are needed to construct the URL scheme for Survey123 and include it in the Description. This can all be done through Python. You can use this post from the Survey123 team to help understand the URL scheme; https://community.esri.com/groups/survey123/blog/2016/07/30/understanding-survey123s-custom-url-sche... . We do plan on improving our App Integration support in future releases to provide the ability to pass more information between Workforce and Survey123.
Craig
Tom,
We do not provide the ability to customize the Create Assignment page, on the specific requests:
1. We are looking at providing this capability once other work is completed within ArcGIS platform.
2. There's a few ways you can do this; one idea is to use a Python script to parse out the pieces of the form that are needed to construct the URL scheme for Survey123 and include it in the Description. This can all be done through Python. You can use this post from the Survey123 team to help understand the URL scheme; https://community.esri.com/groups/survey123/blog/2016/07/30/understanding-survey123s-custom-url-sche... . We do plan on improving our App Integration support in future releases to provide the ability to pass more information between Workforce and Survey123.
Craig
Thanks Craig.
Regarding your suggested approach to (2)...... so first the assignment is created/saved, then use a python script to pull data from the 'assignments' feature class to build the URL string, then edit that assignment description adding in the URL. Is that what you had in mind?
Yes, that's what I was thinking. A few other sites have followed a similar workflow with success.