Publishing or overwriting the web tool to ArcGIS Enterprise does not include the choicelists parameter when published using the Python (arcpy.sharing) script.
Portal for ArcGIS
漏洞 ID 编号
BUG-000157936
已提交
April 28, 2023
上次修改时间
December 17, 2025
适用范围
Portal for ArcGIS
找到的版本
N/A
操作系统
N/A
操作系统版本
N/A
修正版本
ArcGIS Pro 3.2
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
附加信息
This is as designed. The sddraft.choiceLists property is not used to set up a choice list for a string data type input. For the string type input parameter, the correct way to display the choice list is to add the values to the value list values in the script tool. Publish it with a Python script without using the sddraft.choiceLists property to get the choice list in the published web tool.
The sddraft.choiceLists property of the GeoprocessingSharingDraft class is actually for the layer input data type, which becomes a string when running in the script.
For more information, refer to https://pro.arcgis.com/en/pro-app/latest/arcpy/sharing/geoprocessingsharingdraft-class.htm in the 'Overwrite a web tool to ArcGIS Enterprise' section.
This issue is to be exported, and the explanation of the sddraft.choicelists property in the help documentation is to be improved.