Bug
| Bug-ID-Nummer | BUG-000179946 |
|---|---|
| Eingereicht | October 6, 2025 |
| Zuletzt geändert | October 22, 2025 |
| Gilt für | ArcGIS Field Maps |
| Gefunden in Version | 25.2.0 |
| Betriebssystem | Apple iPadOS |
| Betriebssystemversion | 15.x |
| Behoben in Version | 25.2.5 |
| Status | Fixed |
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.
Bug-ID: BUG-000179946
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen