Error
| Número de ID del error | BUG-000178728 |
|---|---|
| Enviado | August 14, 2025 |
| Última modificación | October 21, 2025 |
| Relacionado con | ArcGIS Field Maps |
| Versión encontrada | 11.5 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 10.0 64 Bit |
| Estado | 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 del error: BUG-000178728
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri