laptop and a wrench

不具合

The third concatenating field attribute rule does not apply when selecting and editing multiple features simultaneously.

ArcGIS Pro
不具合 ID 番号 BUG-000175170
送信されましたMarch 19, 2025
最終更新日June 17, 2025
適用対象ArcGIS Pro
見つかったバージョン3.4.3
オペレーティング システムWindows OS
オペレーティング システムのバージョン11.0 64 bit
ステータスAs Designed

参考情報

The field being edited is not in the rule's list of triggering fields, so the rule never triggers. Adding the field to the triggering fields list resolves the issue.

対処法

Add additional concatenating attribute rules as shown below:

 

var FullAddNum = $feature.FullAddNum; 

var FullStNm = $feature.FullStNm

return Concatenate([FullAddNum, FullStNm], ' ');

st_name, the field being edited is not in the rule's list of triggering fields, so the rule never triggers. Adding st_name to the triggering fields list resolves the issue.

再現の手順

不具合 ID: BUG-000175170

ソフトウェア:

  • ArcGIS Pro

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

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

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

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

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

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

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