不具合
不具合 ID 番号 | BUG-000112278 |
---|---|
送信されました | March 8, 2018 |
最終更新日 | June 5, 2024 |
適用対象 | Collector Classic for ArcGIS (Android) |
見つかったバージョン | 17.0.4 |
オペレーティング システム | Android |
オペレーティング システムのバージョン | 7.0x |
ステータス | 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: BUG-000112278
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード