laptop and a wrench

不具合

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

ArcGIS Field Maps
不具合 ID 番号 BUG-000178728
送信されましたAugust 14, 2025
最終更新日October 21, 2025
適用対象ArcGIS Field Maps
見つかったバージョン11.5
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータス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: BUG-000178728

ソフトウェア:

  • ArcGIS Field Maps

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動