Skip to content
Merged
Show file tree
Hide file tree
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 @@ -72,7 +72,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field1; MatrixArrayConditionCellData[1])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[1];
CaptionClass = '3,' + StrSubstNo(ConditionLbl, MatrixArrayCaptionSet[1]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 1';
Visible = Visible1;
Editable = Visible1;
Expand All @@ -89,7 +89,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field1_Desc; MatrixArrayConditionDescriptionCellData[1])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[1] + ' Desc.';
CaptionClass = '3,' + StrSubstNo(DescriptionLbl, MatrixArrayCaptionSet[1]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 1';
Visible = Visible1;
Editable = Visible1;
Expand All @@ -106,7 +106,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field2; MatrixArrayConditionCellData[2])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[2];
CaptionClass = '3,' + StrSubstNo(ConditionLbl, MatrixArrayCaptionSet[2]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 2';
Visible = Visible2;
Editable = Visible2;
Expand All @@ -123,7 +123,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field2_Desc; MatrixArrayConditionDescriptionCellData[2])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[2] + ' Desc.';
CaptionClass = '3,' + StrSubstNo(DescriptionLbl, MatrixArrayCaptionSet[2]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 2';
Visible = Visible2;
Editable = Visible2;
Expand All @@ -140,7 +140,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field3; MatrixArrayConditionCellData[3])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[3];
CaptionClass = '3,' + StrSubstNo(ConditionLbl, MatrixArrayCaptionSet[3]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 3';
Visible = Visible3;
Editable = Visible3;
Expand All @@ -157,7 +157,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field3_Desc; MatrixArrayConditionDescriptionCellData[3])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[3] + ' Desc.';
CaptionClass = '3,' + StrSubstNo(DescriptionLbl, MatrixArrayCaptionSet[3]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 3';
Visible = Visible3;
Editable = Visible3;
Expand All @@ -174,7 +174,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field4; MatrixArrayConditionCellData[4])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[4];
CaptionClass = '3,' + StrSubstNo(ConditionLbl, MatrixArrayCaptionSet[4]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 4';
Visible = Visible4;
Editable = Visible4;
Expand All @@ -191,7 +191,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field4_Desc; MatrixArrayConditionDescriptionCellData[4])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[4] + ' Desc.';
CaptionClass = '3,' + StrSubstNo(DescriptionLbl, MatrixArrayCaptionSet[4]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 4';
Visible = Visible4;
Editable = Visible4;
Expand All @@ -208,7 +208,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field5; MatrixArrayConditionCellData[5])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[5];
CaptionClass = '3,' + StrSubstNo(ConditionLbl, MatrixArrayCaptionSet[5]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 5';
Visible = Visible5;
Editable = Visible5;
Expand All @@ -225,7 +225,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field5_Desc; MatrixArrayConditionDescriptionCellData[5])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[5] + ' Desc.';
CaptionClass = '3,' + StrSubstNo(DescriptionLbl, MatrixArrayCaptionSet[5]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 5';
Visible = Visible5;
Editable = Visible5;
Expand All @@ -242,7 +242,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field6; MatrixArrayConditionCellData[6])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[6];
CaptionClass = '3,' + StrSubstNo(ConditionLbl, MatrixArrayCaptionSet[6]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 6';
Visible = Visible6;
Editable = Visible6;
Expand All @@ -259,7 +259,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field6_Desc; MatrixArrayConditionDescriptionCellData[6])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[6] + ' Desc.';
CaptionClass = '3,' + StrSubstNo(DescriptionLbl, MatrixArrayCaptionSet[6]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 6';
Visible = Visible6;
Editable = Visible6;
Expand All @@ -276,7 +276,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field7; MatrixArrayConditionCellData[7])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[7];
CaptionClass = '3,' + StrSubstNo(ConditionLbl, MatrixArrayCaptionSet[7]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 7';
Visible = Visible7;
Editable = Visible7;
Expand All @@ -293,7 +293,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field7_Desc; MatrixArrayConditionDescriptionCellData[7])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[7] + ' Desc.';
CaptionClass = '3,' + StrSubstNo(DescriptionLbl, MatrixArrayCaptionSet[7]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 7';
Visible = Visible7;
Editable = Visible7;
Expand All @@ -310,7 +310,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field8; MatrixArrayConditionCellData[8])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[8];
CaptionClass = '3,' + StrSubstNo(ConditionLbl, MatrixArrayCaptionSet[8]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 8';
Visible = Visible8;
Editable = Visible8;
Expand All @@ -327,7 +327,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field8_Desc; MatrixArrayConditionDescriptionCellData[8])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[8] + ' Desc.';
CaptionClass = '3,' + StrSubstNo(DescriptionLbl, MatrixArrayCaptionSet[8]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 8';
Visible = Visible8;
Editable = Visible8;
Expand All @@ -344,7 +344,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field9; MatrixArrayConditionCellData[9])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[9];
CaptionClass = '3,' + StrSubstNo(ConditionLbl, MatrixArrayCaptionSet[9]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 9';
Visible = Visible9;
Editable = Visible9;
Expand All @@ -361,7 +361,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field9_Desc; MatrixArrayConditionDescriptionCellData[9])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[9] + ' Desc.';
CaptionClass = '3,' + StrSubstNo(DescriptionLbl, MatrixArrayCaptionSet[9]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 9';
Visible = Visible9;
Editable = Visible9;
Expand All @@ -378,7 +378,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field10; MatrixArrayConditionCellData[10])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[10];
CaptionClass = '3,' + StrSubstNo(ConditionLbl, MatrixArrayCaptionSet[10]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 10';
Visible = Visible10;
Editable = Visible10;
Expand All @@ -395,7 +395,7 @@ page 20403 "Qlty. Inspection Template Subf"
}
field(Field10_Desc; MatrixArrayConditionDescriptionCellData[10])
{
CaptionClass = '3,' + MatrixArrayCaptionSet[10] + ' Desc.';
CaptionClass = '3,' + StrSubstNo(DescriptionLbl, MatrixArrayCaptionSet[10]);
ToolTip = 'Specifies a test condition for a promoted result. This is dynamic based on the promoted results, this is result condition 10';
Visible = Visible10;
Editable = Visible10;
Expand Down Expand Up @@ -477,6 +477,8 @@ page 20403 "Qlty. Inspection Template Subf"
Visible8: Boolean;
Visible9: Boolean;
Visible10: Boolean;
DescriptionLbl: Label '%1 Description', Comment = '%1 = Matrix field caption';
ConditionLbl: Label '%1 Condition', Comment = '%1 = Matrix field caption';

trigger OnNewRecord(BelowxRec: Boolean)
begin
Expand Down
Loading
Loading