laptop and a wrench

漏洞

In ArcGIS Field Maps 25.2.x, the last edit summary does not display even though it is included in the pop-up configuration of the web map.

ArcGIS Field Maps
漏洞 ID 编号 BUG-000179946
已提交October 6, 2025
上次修改时间October 10, 2025
适用范围ArcGIS Field Maps
找到的版本25.2.0
操作系统Apple iPadOS
操作系统版本15.x
状态Under Consideration

解决办法

1. Use an attribute expression in the pop-up with the following:

 

// Retrieve the editor and last edit date

var editor = $feature.Editor;

var editDate = $feature.EditDate;

 

// Format the date nicely

var formattedDate = Text(Date(editDate), "MMMM D, Y h:mm a");

 

// Return a combined string

return "Last edited by " + editor + " on " + formattedDate;

 

2. Add the expression to a text field and place it at the top of the pop-up.

重现步骤

漏洞 ID: BUG-000179946

软件:

  • ArcGIS Field Maps

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项