bcquality/community/knowledge/ui/default-descending-sort-on-historical-pages.bad.al
2026-06-15 06:42:09 +02:00

29 lines
No EOL
636 B
AL

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)
{
}
}
}
}
}