Erro
Número de ID do Erro | BUG-000112278 |
---|---|
Enviado | March 8, 2018 |
Última Modificação | June 5, 2024 |
Aplica-se à | Collector Classic for ArcGIS (Android) |
Versão encontrada | 17.0.4 |
Sistema Operacional | Android |
Versão do Sistema Operacional | 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"
}
]
ID do Erro: BUG-000112278
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri