Our organization will be utilizing Survey123 and ArcGIS Enterprise to replace a current surveying solution. Esri recommended a workflow where users create a "draft" survey using Web Designer. Then, the schema (possibly feature service) would be exported. The export would be used to create a feature class in our enterprise SQL database. We would then publish a feature service from the SQL database. This web service would be used to create the survey that collects data. In essence, responses would land in SQL instead of the PostGres "datastore."
However, Esri did not provide documentation on how to implement this recommended practice. I was wondering if anyone has experience?
In looking at the hosted feature service and export (file geodatabase format), the following questions arise:
- do I need to enable globalids on the feature class?
- do I need to enable archiving on the feature class?
- do I import the downloaded attachment table relationship class? Or create new ones after creating the feature class?
Thanks for any help you are able to provide.