| 不具合 ID 番号 |
BUG-000161963 |
| 送信されました | October 9, 2023 |
| 最終更新日 | August 18, 2025 |
| 適用対象 | ArcGIS Field Maps |
| 見つかったバージョン | 23.2.3 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 11.0 64 bit |
| ステータス | As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
|
参考情報
ArcGIS Field Maps Designer checks the feature layer's capabilities to see if it is sync enabled (capabilities must contain 'sync'). When sync is enabled by the steps in the Python script (update definition with syncEnabled true), the layer's capabilities are not updated. If the script is updated to match what ArcGIS Online does when enabling sync (update definition adding 'sync' to capabilities), then sync is enabled correctly and sync is added to the layer's capabilities, which works as expected in ArcGIS Field Maps Designer.
対処法
Change the Python script to enable sync with the same update definition call that is used when ArcGIS Online enables sync for the item's setting page. 'Sync' must be added to the 'capabilities' and update the definition call.
再現の手順