Hello,
I am not sure if I am in the right group. I have AGOL web app, arcgis pro 2.7.1, sde, feature service and map service arcgis server. I have a staff as an editor. I am trying to figure out how to set up pull data from polygon feature class parcel number field into point feature class in a parcel number field every time create a new point. If this way doesn't work, please correct me. Please kindly advise. Thank you.
Alex
Solved! Go to Solution.
Google that error and you'll come across this from ESRI. It looks like a fairly generic, non-specific error so I really don't know what the problem is. You may want to consult ESRI tech support.
@JoeBorgione I found out that I had to stop the map service then applied GLOBALID again.
I see: You want the address field to be unique and never reused. The Address Data Management Solution uses a Domain approach to resolving that issue with street names. The problem with that is Domains in an enterprise geodatabase can only be modified by the domain owner, not multiple editors.
I'm not sure how to scan a feature set for a particular value and dis-allow it from being used again at the time of creation.
Do you think survey123 might have this tool? I am the only domain owner but I don't do this task. It is only one person to edit. An editor does it on webapp builder. Does it required to use ArcGIS Pro to edit from address data management solution and not web appbuilder?
Survey123 would not be the tool to use for data editing, and I would venture a guess that is does not have such a tool.
here are a couple online resources for a python approach to finding identical values in a given field:
https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/find-identical.htm
https://support.esri.com/en/technical-article/000023355
But these are not attribute rules; you would run these as part of a data QA/QC routine. I also looked at Data Reviewer which does not seem to offer a 'find repeated values' check.
Also found this post: https://community.esri.com/t5/electric-questions/check-for-duplicate-assetid-values-with-arcade/m-p/... I haven't studied it yet, but it might point you in a directions.
@XanderBakker - any ideas for @AlexP_ ?