mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +01:00
Co-authored-by: Jesper Schulz-Wedde <jesper.schulzwedde@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
29 lines
No EOL
636 B
AL
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)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |