laptop and a wrench

Bug

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

ArcGIS Field Maps
Bug-ID-Nummer BUG-000179946
EingereichtOctober 6, 2025
Zuletzt geändertOctober 22, 2025
Gilt fürArcGIS Field Maps
Gefunden in Version25.2.0
BetriebssystemApple iPadOS
Betriebssystemversion15.x
Behoben in Version25.2.5
StatusFixed

Zusätzliche Informationen

This issue is fixed in ArcGIS Field Maps 25.2.5 for iOS and ArcGIS Field Maps 25.2.7 for Android.

Workaround

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 the field at the top of the pop-up.

Schritte zur Reproduzierung

Bug-ID: BUG-000179946

Software:

  • ArcGIS Field Maps

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln