laptop and a wrench

不具合

Constraint Attribute rule does not consider subtype on insert

最後に公開された状態: July 20, 2021 ArcGIS Pro
不具合 ID 番号 BUG-000140372
送信されましたJune 1, 2021
最終更新日July 3, 2025
適用対象ArcGIS Pro
見つかったバージョン2.7.2
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0
修正されたバージョン2.9/2.8.2
ステータスFixed

対処法

Create a new attribute rule and apply it to all Subtypes (select <All>) instead of selecting a subtype name.

Wrap the original attribute rule expression in an if statement to handle the specific subtype user wish to constrain using the subtype's value. Return false if it is not the subtype so user rules does not execute.

Example:

if($feature.SubType == <subtype value, should be an integer>){

<attribute rule conditions here>

return false

}

再現の手順

不具合 ID: BUG-000140372

ソフトウェア:

  • ArcGIS Pro

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

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

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

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

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

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

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