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 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项