Erro
| Número de ID do Erro | BUG-000178728 |
|---|---|
| Enviado | August 14, 2025 |
| Última Modificação | October 21, 2025 |
| Aplica-se à | ArcGIS Field Maps |
| Versão encontrada | 11.5 |
| Sistema Operacional | Windows OS |
| Versão do Sistema Operacional | 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.
ID do Erro: BUG-000178728
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri