laptop and a wrench

漏洞

Constraint Attribute rule does not consider subtype on insert

上次发布: July 20, 2021 ArcGIS Pro
漏洞 ID 编号 BUG-000140372
已提交June 1, 2021
上次修改时间July 3, 2025
适用范围ArcGIS Pro
找到的版本2.7.2
操作系统Windows OS
操作系统版本10.0
修正版本2.9/2.8.2
状态Fixed

解决办法

Create a new attribute rule and apply it to all Subtypes (select <All>) instead of selecting a subtype name.

Wrap the original attribute rule expression in an if statement to handle the specific subtype user wish to constrain using the subtype's value. Return false if it is not the subtype so user rules does not execute.

Example:

if($feature.SubType == <subtype value, should be an integer>){

<attribute rule conditions here>

return false

}

重现步骤

漏洞 ID: BUG-000140372

软件:

  • ArcGIS Pro

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项