laptop and a wrench

Error

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

ArcGIS Field Maps
Número de ID del error BUG-000178728
EnviadoAugust 14, 2025
Última modificaciónOctober 21, 2025
Relacionado conArcGIS Field Maps
Versión encontrada11.5
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoIn Review

Solución alternativa

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.

Pasos para reproducir

ID del error: BUG-000178728

Software:

  • ArcGIS Field Maps

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga