Bug-ID-Nummer |
BUG-000116740 |
Eingereicht | September 12, 2018 |
Zuletzt geändert | December 6, 2024 |
Gilt für | ArcGIS Survey123 |
Gefunden in Version | 3.0 |
Betriebssystem | Windows OS |
Betriebssystemversion | 10.0 |
Status | Known Limit
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Problem im Zusammenhang mit einer bekannten Einschränkung der Software steht, die außerhalb der Kontrolle von Esri liegt. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
SupportsApplyEditsWithGlobalIds is a requirement for the 3.1 version of the ArcGIS Survey123 field app, allowing robust submissions and nested repeats. It is not possible to enable the capability on versioned data. This is a service requirement and cannot be addressed in the app. The only option is to stay on the Classic version of the ArcGIS Survey123 2.9 application as this application supports services without the SupportsApplyEditsWithGlobalIds capability.
Additional information from https://developers.arcgis.com/rest/services-reference/layer-feature-service-.htm.
"SupportsApplyEditsWithGlobalIds will be true if the layer supports applying edits where globalid values provided by the client are used. In order for supportsApplyEditsWithGlobalIds to be true, layers must have a globalid column and have isDataVersioned as false. Layers with hasAttachments as true additionally require attachments with globalids and attachments related to features via the features globalid.
"A unique index is also required on the globalid column in order for supportsApplyEditsWithGlobalIds to be true. Globalid columns may not already have a unique index. You can use the add attribute index geoprocessing tool to create a new unique index on the globalid column in ArcGIS Pro and ArcGIS desktop. You can also remove the non-unique index using the remove attribute index geoprocessing tool. For services that support it, the AddtoDefinition operation from the services admin API can also be used to add the index."
Workaround
Use branch versioning instead of traditional versioning.
Schritte zur Reproduzierung