不具合
不具合 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 エキスパートのサポートを受ける
Esri Support アプリのダウンロード