Bug
Bug-ID-Nummer | BUG-000112278 |
---|---|
Eingereicht | March 8, 2018 |
Zuletzt geändert | June 5, 2024 |
Gilt für | Collector Classic for ArcGIS (Android) |
Gefunden in Version | 17.0.4 |
Betriebssystem | Android |
Betriebssystemversion | 7.0x |
Status | 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"
}
]
Bug-ID: BUG-000112278
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen