I've created a survey using a parent child relationship between two feature services so that within a given survey the user can create multiple points on the map. My understanding is that this has to be done using the GlobalID which is what I did and it worked great.
I'd like to create a results map showing the surveyors all the points they've made, which would have a point where the survey started from the parent layer, along with multiple points from the child layer. Ideally these points would all have a linking ID in the label or pop-up so that you'd know what child points go with what parent point. I understand the global ID could do this, but I don't know anyone that could match global IDs at a glance, they are not incremental and they look like randomized string text. Is there a recommended workflow for what I am trying to achieve?
I am basically looking for an autoincrementing ID with a one to many relationship between the child and parent layer of my survey. People have suggested the object ID but in my experience that has always been a finicky field and it is not constant. Thanks for any help!