laptop and a wrench

漏洞

A layer with a layer dependent attribute rule does not sync during the initial synchronization.

ArcGIS Field Maps
漏洞 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 Field Maps

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项