If a field used in a filter setting on the Select Fields screen is deleted after creating a view layer from a hosted feature service, creating a new feature layer from the view layer fails and returns a "Data Error" message.
ArcGIS Online
漏洞 ID 编号
BUG-000174819
已提交
March 6, 2025
上次修改时间
June 19, 2025
适用范围
ArcGIS Online
找到的版本
Feb 2025
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This behavior is expected at this time. When a view layer is created with a field filter, a definition query for this filter is added to the view layer's JSON. This works on the view layer even if the filter field is not included in the view layer, as queries and requests to the view layer are sent through to the original hosted feature layer, where the filter field exists. Once the view layer is used as a template for a new hosted feature layer, the definition query is carried through to the new hosted feature layer. However, the field referenced in the definition query does not exist in the new hosted feature layer, causing the Data Error.