laptop and a wrench

不具合

ArcGIS Field Maps on iOS hangs when submitting a feature with a field containing a calculated expression to return a GUID value.

ArcGIS Field Maps
不具合 ID 番号 BUG-000156531
送信されましたMarch 13, 2023
最終更新日September 26, 2025
適用対象ArcGIS Field Maps
見つかったバージョンFebruary 2023
オペレーティング システムApple iOS
オペレーティング システムのバージョン16.x
ステータスAs Designed

参考情報

The expressions are always run prior to the form loading and again on submit. In each execution, the expression returns a different GUID each time thus it ends up in an infinite loop. Use an expression similar to this: if (IsEmpty($feature.ASSET_ID)){ return guid(); } else { return $feature.ASSET_ID; }

対処法

Use the following expression: if (IsEmpty($feature.ASSET_ID)){ return guid(); } else { return $feature.ASSET_ID; }

再現の手順

不具合 ID: BUG-000156531

ソフトウェア:

  • ArcGIS Field Maps

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動