Número de ID del error |
BUG-000146603 |
Enviado | February 3, 2022 |
Última modificación | June 5, 2024 |
Relacionado con | ArcGIS Workforce |
Versión encontrada | 21.0.3 |
Sistema operativo | Apple iOS |
Versión de sistema operativo | 15.x |
Estado | Will Not Be Addressed
El equipo de desarrollo ha considerado el problema o la solicitud y ha llegado a la conclusión de que no se va a solucionar. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
This functionality is not supported. Esri does not guarantee that ObjectIDs remain consistent between replicas. This is why replicas require GlobalIDs to guarantee uniqueness.
There is not a specific topic in Esri mobile apps on this, but the following documentation is provided by the Feature Server team:
https://developers.arcgis.com/rest/services-reference/enterprise/using-sync.htm
Specifically, this paragraph states:
Edits must include globalID values. GlobalIDs are used to identify the features on the server to which the updates and deletes apply. For inserts, clients must also generate and provide globalIDs. When inserts are applied, the server preserves the globalID value provided by the client. Clients can ask the server to return the objectIDs of the inserts as applied on the server. This is needed if the client has to map the server's objectIDs to the client's objectIDs.
Solución alternativa
Do not use ObjectID as the label for items. Use a manual smart form to include labels in a different field.
Pasos para reproducir