layout
{
area(Content)
{
repeater(General)
{
field(systemId; Rec.SystemId)
{
Caption = 'SystemId';
}
field(journalTemplateName; Rec."Journal Template Name")
{
Caption = 'Journal Template Name';
}
field(journalBatchName; Rec."Journal Batch Name")
{
Caption = 'Journal Batch Name';
}
field(documentNo; Rec."Document No.")
{
Caption = 'Document No.';
}
field(itemNo; Rec."Item No.")
{
Caption = 'Item No.';
}
field(lotNo; Rec."Lot No.")
{
Caption = 'Lot No.';
}
field(no; Rec."No.")
{
Caption = 'No.';
}
field(orderDate; Rec."Order Date")
{
Caption = 'Order Date';
}
field(entryType; Rec."Entry Type")
{
Caption = 'Entry Type';
}
field(description; Rec.Description)
{
Caption = 'Description';
}
field(locationCode; Rec."Location Code")
{
Caption = 'Location Code';
}
field(quantity; Rec.Quantity)
{
Caption = 'Quantity';
}
field(unitOfMeasureCode; Rec."Unit of Measure Code")
{
Caption = 'Unit of Measure Code';
}
}
}
}
}