Promote ui knowledge from community to Microsoft layer (#51)

Co-authored-by: Jesper Schulz-Wedde <jesper.schulzwedde@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Jesper Schulz-Wedde 2026-07-01 10:41:24 +02:00 committed by GitHub
parent 292bdabe27
commit 6281e7e39a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,29 @@
page 50100 "Integration Log Entries"
{
PageType = List;
SourceTable = "Integration Log Entry";
ApplicationArea = All;
UsageCategory = History;
Caption = 'Integration Log Entries';
// No descending default sort: the page opens oldest-first.
layout
{
area(Content)
{
repeater(General)
{
field("Entry No."; Rec."Entry No.")
{
}
field(Status; Rec.Status)
{
}
field(Message; Rec.Message)
{
}
}
}
}
}