I have been able to create a Survey123 that links to portal. I have gotten to the point that when I click the link to add inspection within Collector, it will open Survey123 and open the survey.
Back end information:
I have created a table that relates to the feature class.
Within the xlsForm I added the following row:
In the collector map, configure pop up, I have created the hyperlink to open the survey123:
The issue I am getting is the survey data will not return to the collector data. Here is the error I am getting:
SEVERE | Oct 23, 2017, 2:53:13 PM | An error occurred. | Collector/CollectorGatewaySigns.MapServer |
SEVERE | Oct 23, 2017, 2:53:13 PM | Edit for the Feature in Layer: 1 is not applied. | Collector/CollectorGatewaySigns.MapServer |
SEVERE | Oct 23, 2017, 2:53:13 PM | Error: A general error when something is wrong with a Field. [ParentID]. | Collector/CollectorGatewaySigns.MapServer |
Thoughts
Hi Chris
Just to rule out the obvious - can you confirm that you have updated the form_id in settings to match the name of the related table? This is a requirement because you are targeting the related table directly.
Thanks
John
John,
Thanks for the reply. I did change the form_id to match the table name.
Hi Chris,
Is the Collector web map set up for disconnected use (locally downloaded)? There's a difference in how GlobalIDs are passed in the URL when being used live and disconnected. See this comment in https://community.esri.com/message/710982-re-survey123-feature-class-as-a-related-table?commentID=71... for a discussion on this.