Bogue
Numéro d’ID de bogue | BUG-000112278 |
---|---|
Envoi | March 8, 2018 |
Dernière modification | June 5, 2024 |
S’applique à | Collector Classic for ArcGIS (Android) |
Version trouvée | 17.0.4 |
Système d’exploitation | Android |
Version du système d’exploitation | 7.0x |
Statut | 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 de bogue: BUG-000112278
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support