laptop and a wrench

漏洞

Features containing a plain quote do not get passed through with a custom URL to an ArcGIS Survey123 web form from the ArcGIS Field Maps application. From the Map Viewer, it is encoded to 27%, but in ArcGIS Field Maps, it is cut off.

ArcGIS Field Maps
漏洞 ID 编号 BUG-000166669
已提交April 11, 2024
上次修改时间September 26, 2025
适用范围ArcGIS Field Maps
找到的版本24.1.0
操作系统Apple iOS
操作系统版本17.x
状态Will Not Be Addressed

附加信息

This will not be addressed. Instead, it is suggested to use Arcade and the UrlEncode parameter to encode the fields being populated and passed in the URL. An example using the data provided in this BUG: var itemId = "afb58b3dcd87428fa07af391c791256c"; var city = $feature.city; var street = $feature.Streetname; var url = "https://survey123.arcgis.app/?" + "itemID=" + itemId + "&field:city=" + UrlEncode(city) + "&field:street_name=" + UrlEncode(street); return url;

解决办法

It is suggested to use Arcade and the UrlEncode parameter to encode the fields being populated and passed in the URL. An example using the data provided in this BUG: var itemId = "afb58b3dcd87428fa07af391c791256c"; var city = $feature.city; var street = $feature.Streetname; var url = "https://survey123.arcgis.app/?" + "itemID=" + itemId + "&field:city=" + UrlEncode(city) + "&field:street_name=" + UrlEncode(street); return url;

重现步骤

漏洞 ID: BUG-000166669

软件:

  • ArcGIS Field Maps

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项