laptop and a wrench

不具合

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
不具合 ID 番号 BUG-000179946
送信されましたOctober 6, 2025
最終更新日October 22, 2025
適用対象ArcGIS Field Maps
見つかったバージョン25.2.0
オペレーティング システムApple iPadOS
オペレーティング システムのバージョン15.x
修正されたバージョン25.2.5
ステータスFixed

参考情報

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

対処法

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.

再現の手順

不具合 ID: BUG-000179946

ソフトウェア:

  • ArcGIS Field Maps

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動