Skip to content
Draft
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 @@ -184,6 +184,19 @@ page 20400 "Qlty. Management Setup"
}
}
}
group(SettingsForAssembly)
{
Caption = 'Assembly';
InstructionalText = 'Default assembly related settings are configured in this group.';
field("Assembly Trigger"; Rec."Assembly Trigger")
{
Caption = 'Assembly - Create Test';
ApplicationArea = Assembly;
ShowCaption = true;
AboutTitle = 'Assembly related trigger';
AboutText = 'Optionally choose an assembly-related trigger to try and create a test.';
}
}
group(SettingsForProduction)
{
Caption = 'Production';
Expand Down Expand Up @@ -212,14 +225,7 @@ page 20400 "Qlty. Management Setup"
AboutTitle = 'Auto Output Configuration';
AboutText = 'Provides granular options for when a test should be created automatically during the production process.';
}
field("Assembly Trigger"; Rec."Assembly Trigger")
{
Caption = 'Assembly - Create Test';
ApplicationArea = Assembly;
ShowCaption = true;
AboutTitle = 'Assembly related trigger';
AboutText = 'Optionally choose an assembly-related trigger to try and create a test.';
}

field(ChooseCreateNewRule_Production; 'Click here to create a new generation rule...')
{
ShowCaption = false;
Expand Down