不具合
| 不具合 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 エキスパートのサポートを受ける
Esri Support アプリのダウンロード