laptop and a wrench

Bug

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

ArcGIS Field Maps
Bug-ID-Nummer BUG-000178728
EingereichtAugust 14, 2025
Zuletzt geändertOctober 21, 2025
Gilt fürArcGIS Field Maps
Gefunden in Version11.5
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusIn Review

Workaround

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.

Schritte zur Reproduzierung

Bug-ID: BUG-000178728

Software:

  • ArcGIS Field Maps

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln