Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ page 20416 "Qlty. Inspection Result List"
SourceTable = "Qlty. Inspection Result";
SourceTableView = sorting("Evaluation Sequence");
PageType = List;
DelayedInsert = true;
ApplicationArea = QualityManagement;
UsageCategory = Lists;
AboutTitle = 'About Inspection Results';
Expand All @@ -26,9 +27,11 @@ page 20416 "Qlty. Inspection Result List"
{
field(Code; Rec.Code)
{
ShowMandatory = true;
}
field(Description; Rec.Description)
{
ShowMandatory = true;
}
field("Evaluation Sequence"; Rec."Evaluation Sequence")
{
Expand Down
Loading