漏洞
| 漏洞 ID 编号 | BUG-000178728 |
|---|---|
| 已提交 | August 14, 2025 |
| 上次修改时间 | October 21, 2025 |
| 适用范围 | ArcGIS Field Maps |
| 找到的版本 | 11.5 |
| 操作系统 | Windows OS |
| 操作系统版本 | 10.0 64 Bit |
| 状态 | In Review |
Create attribute rules for both features involved instead of only one. For the second feature, apply a rule similar to the following:
var all_devices = FeatureSetByName($datastore, "WaterDevice", ["globalid", "textvalue"], true)
var devices = First(Intersects($feature, all_devices))
if (!IsEmpty(devices) && IsEmpty($feature.pointvalue)) {
return devices['textvalue']
} else {
return $feature.pointvalue
}
The expression 'return $feature.pointvalue' triggers both layers to sync during the initial attempt instead of requiring an edit.
漏洞 ID: BUG-000178728
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序