laptop and a wrench

漏洞

The third concatenating field attribute rule does not apply when selecting and editing multiple features simultaneously.

ArcGIS Pro
漏洞 ID 编号 BUG-000175170
已提交March 19, 2025
上次修改时间June 17, 2025
适用范围ArcGIS Pro
找到的版本3.4.3
操作系统Windows OS
操作系统版本11.0 64 bit
状态As Designed

附加信息

The field being edited is not in the rule's list of triggering fields, so the rule never triggers. Adding the field to the triggering fields list resolves the issue.

解决办法

Add additional concatenating attribute rules as shown below:

 

var FullAddNum = $feature.FullAddNum; 

var FullStNm = $feature.FullStNm

return Concatenate([FullAddNum, FullStNm], ' ');

st_name, the field being edited is not in the rule's list of triggering fields, so the rule never triggers. Adding st_name to the triggering fields list resolves the issue.

重现步骤

漏洞 ID: BUG-000175170

软件:

  • ArcGIS Pro

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项