Bug
Bug ID Number | BUG-000112278 |
---|---|
Submitted | March 8, 2018 |
Last Modified | June 5, 2024 |
Applies to | Collector Classic for ArcGIS (Android) |
Version found | 17.0.4 |
Operating System | Android |
Operating System Version | 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:
Get help from ArcGIS experts
Download the Esri Support App