Background Info: Moving hydrant inspection relationship from FacilityID to FacilityID (hyd feature class to hyd inspection tbl) to anew GLOBALID to Rel_GUID relationship.
After doing some searching, it appears that in order for Survey123 to support an auto-generated ID (i.e. GUIDS) the feature service the survey is being published from cannot be versioned, in order to have applyeditswithGlobalIDs set to True.
This means I would have to unregister as versioned the following:
Hydrants, Hydrant Inspection table, Manholes, Manhole inspection table, meter assemblies/meter inspection tables.
Or, I could copy the data on SDE, unregister it, and maintain copies of datasets (want to avoid this if I can). Having the surveys as hosted feature services would present its own problems because then I'd have to manage two different related tables with different relationships.
Bottom line is we want our field guys to have an autopopulating ID whenever they create a new feature, and have the relate based on that. This may be possible with an arcade expression, I am not sure. Any help is appreciated!