laptop and a wrench

漏洞

The ArcGIS Field Maps link pulls in the '{}' brackets around the global ID for a $feature.GlobalID parameter, which causes errors on the mobile app.

ArcGIS Field Maps
漏洞 ID 编号 BUG-000157529
已提交April 14, 2023
上次修改时间October 8, 2025
适用范围ArcGIS Field Maps
找到的版本22.4.2
操作系统Android
操作系统版本12.x
状态Will Not Be Addressed

附加信息

This is a known limitation when working with Arcade and global IDs within pop-ups in ArcGIS Field Maps. The StandardizeGuid Arcade function is introduced to provide more options when working with global IDs in this manner, and can be used to return the GlobalID field in different formats, including with or without the brackets. The StandardizeGuid function is supported in ArcGIS Online Map Viewer and is to be supported in a future ArcGIS Field Maps release. As there is a workaround and the upcoming support of the StandardizeGuid function in ArcGIS Field Maps, this issue is not to be addressed further.

解决办法

Use Replace() to remove the brackets, and the URL launches to add a new related record from within ArcGIS Field Maps.

Refer to the following example: var gid = Replace(Replace($feature.GlobalID, '{', '', True), '}', '', True);

重现步骤

漏洞 ID: BUG-000157529

软件:

  • ArcGIS Field Maps

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项