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 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项