Bug
| Bug-ID-Nummer | BUG-000178728 |
|---|---|
| Eingereicht | August 14, 2025 |
| Zuletzt geändert | October 21, 2025 |
| Gilt für | ArcGIS Field Maps |
| Gefunden in Version | 11.5 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 10.0 64 Bit |
| Status | 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.
Bug-ID: BUG-000178728
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen