Error
Número de ID del error | BUG-000112278 |
---|---|
Enviado | March 8, 2018 |
Última modificación | June 5, 2024 |
Relacionado con | Collector Classic for ArcGIS (Android) |
Versión encontrada | 17.0.4 |
Sistema operativo | Android |
Versión de sistema operativo | 7.0x |
Estado | Non-Reproducible |
By opening the ArcGIS Server administrator page and editing the service definition, this condition is fixed by removing the 'quotes' around the number for 'id' in the 'relationships' object, so the original JSON:
"relationships": [
{
"cardinality": "esriRelCardinalityOneToMany",
"composite": true,
"id": “0”,
"keyField": "uniquerowid",
"name": "Relationship_rpt_tbl",
"relatedTableId": 1,
"role": "esriRelRoleOrigin"
}
]
becomes
"relationships": [
{
"cardinality": "esriRelCardinalityOneToMany",
"composite": true,
"id": 0,
"keyField": "uniquerowid",
"name": "Relationship_rpt_tbl",
"relatedTableId": 1,
"role": "esriRelRoleOrigin"
}
]
ID del error: BUG-000112278
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri