laptop and a wrench

Erro

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

ArcGIS Field Maps
Número de ID do Erro BUG-000178728
EnviadoAugust 14, 2025
Última ModificaçãoOctober 21, 2025
Aplica-se àArcGIS Field Maps
Versão encontrada11.5
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0 64 Bit
StatusIn Review

Solução Provisória

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.

Etapas para Reproduzir

ID do Erro: BUG-000178728

Software:

  • ArcGIS Field Maps

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download