laptop and a wrench

不具合

The Field Map parameter does not honor the dependency in a Python script tool.

最後に公開された状態: August 19, 2020 ArcGIS Pro
不具合 ID 番号 BUG-000103599
送信されましたMarch 13, 2017
最終更新日June 5, 2024
適用対象ArcGIS Pro
見つかったバージョン1.4
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスNon-Reproducible

参考情報

This issue is no longer reproducible in ArcGIS Pro 2.6. The FieldMappings parameter must be an input parameter, and set the dependency on a table or feature layer/class parameter. Load the FieldMappings parameter value with an arcpy FieldMappings object in UpdateParameters validation: def updateParameters(self): if self.params[0].value: fieldmappings = arcpy.FieldMappings() fieldmappings.addTable(self.params[0].value) self.params[2].value = fieldmappings The Field Map parameter will load and functions properly in the geoprocessing tool dialog box.

再現の手順

不具合 ID: BUG-000103599

ソフトウェア:

  • ArcGIS Pro

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

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

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

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

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

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

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