Skip to content
Open
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 @@ -207,7 +207,7 @@ page 20405 "Qlty. Inspection Gen. Rules"
action(CreateNewGenerationRuleForAsmSGuide)
{
Caption = 'Create Assembly Rule';
ToolTip = 'Specifies to create a rule for assembly.';
ToolTip = 'Create a generation rule for assembly.';
Image = AssemblyBOM;
ApplicationArea = Assembly;

Expand All @@ -225,7 +225,7 @@ page 20405 "Qlty. Inspection Gen. Rules"
{
ApplicationArea = Assembly;
Caption = 'Edit Assembly Rule';
ToolTip = 'Edit a Rule for assembly.';
ToolTip = 'Edit a generation rule for assembly.';
Image = EditLines;
Scope = Repeater;
Visible = ShowEditAssemblyRuleSetupGuide;
Expand All @@ -248,7 +248,7 @@ page 20405 "Qlty. Inspection Gen. Rules"
action(CreateNewGenerationRuleForProdSGuide)
{
Caption = 'Create Production Rule';
ToolTip = 'Specifies to create a rule for production.';
ToolTip = 'Create a generation rule for production.';
Image = Production;
ApplicationArea = Manufacturing;

Expand All @@ -266,7 +266,7 @@ page 20405 "Qlty. Inspection Gen. Rules"
{
ApplicationArea = Manufacturing;
Caption = 'Edit Production Rule';
ToolTip = 'Edit a Rule for production.';
ToolTip = 'Edit a generation rule for production.';
Image = EditLines;
Scope = Repeater;
Visible = ShowEditProductionRuleSetupGuide;
Expand All @@ -289,7 +289,7 @@ page 20405 "Qlty. Inspection Gen. Rules"
action(CreateNewGenerationRuleForRecSetupGuide)
{
Caption = 'Create Receiving Rule';
ToolTip = 'Specifies to create a rule for receiving.';
ToolTip = 'Create a generation rule for receiving.';
Image = Receipt;
ApplicationArea = All;

Expand All @@ -307,7 +307,7 @@ page 20405 "Qlty. Inspection Gen. Rules"
{
ApplicationArea = All;
Caption = 'Edit Receiving Rule';
ToolTip = 'Edit a Rule for receiving.';
ToolTip = 'Edit a generation rule for receiving.';
Image = EditLines;
Scope = Repeater;
Visible = ShowEditReceivingRuleSetupGuide;
Expand All @@ -330,7 +330,7 @@ page 20405 "Qlty. Inspection Gen. Rules"
action(CreateNewGenerationRuleForWhseSGuide)
{
Caption = 'Create Bin Movement Rule';
ToolTip = 'Specifies to create a rule for a bin movement.';
ToolTip = 'Create a generation rule for warehouse bin movements.';
Image = CreateMovement;
ApplicationArea = Warehouse;

Expand All @@ -348,7 +348,7 @@ page 20405 "Qlty. Inspection Gen. Rules"
{
ApplicationArea = Warehouse;
Caption = 'Edit Bin Movement Rule';
ToolTip = 'Edit a rule for a bin movement.';
ToolTip = 'Edit a generation rule for a bin movement.';
Image = EditAdjustments;
Scope = Repeater;
Visible = ShowEditMovementRuleSetupGuide;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ page 20402 "Qlty. Inspection Template"
{
AccessByPermission = tabledata "Qlty. Inspection Header" = I;
Caption = 'Create Inspection';
ToolTip = 'Specifies to create a new Quality Inspection using this template.';
ToolTip = 'Create a new quality inspection from this template.';
Image = BulletList;
Promoted = true;
PromotedCategory = Process;
Expand All @@ -150,7 +150,7 @@ page 20402 "Qlty. Inspection Template"
{
Image = Copy;
Caption = 'Copy Template';
ToolTip = 'Copy an existing template.';
ToolTip = 'Copy an existing quality inspection template.';
Promoted = true;
PromotedCategory = Process;
PromotedIsBig = true;
Expand All @@ -170,9 +170,9 @@ page 20402 "Qlty. Inspection Template"
action(ViewRules)
{
Caption = 'Inspection Generation Rules';
ToolTip = 'View existing Quality Inspection Generation Rules related to this template. A Quality Inspection generation rule defines when you want to ask a set of questions defined in a template. You connect a template to a source table, and set the criteria to use that template with the table filter. When these filter criteria is met, then it will choose that template.';
ToolTip = 'View existing quality inspection generation rules related to this template.';
AboutTitle = 'Inspection Generation Rules';
AboutText = 'View inspection generation rules for this template. These rules define when the questions in the template are asked.';
AboutText = 'View inspection generation rules for this template. Quality inspection generation rules specify when quality inspections are automatically generated and which template is used, such as during receiving, production, or warehouse activities. You link a template to a source table and define filter criteria that determine when an inspection is created. When the criteria are met, the system generates a quality inspection based on the linked template. If multiple rules match, the system uses the first rule according to the sort order.';
Image = CopyFromTask;
Promoted = true;
PromotedCategory = Process;
Expand All @@ -185,7 +185,7 @@ page 20402 "Qlty. Inspection Template"
action(ExistingInspection)
{
Caption = 'Existing Inspections';
ToolTip = 'Review existing inspections created using this template.';
ToolTip = 'Review existing quality inspections created using this template.';
Image = CheckList;
Promoted = true;
PromotedCategory = Process;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ page 20440 "Qlty. Inspection Template Edit"
{
ApplicationArea = All;
Caption = 'Choose inspection';
ToolTip = 'Specifies an existing inspection to test the expression with.';
ToolTip = 'Specifies an existing quality inspection to test the expression with.';
Editable = false;

trigger OnAssistEdit()
Expand Down Expand Up @@ -88,7 +88,7 @@ page 20440 "Qlty. Inspection Template Edit"
{
ApplicationArea = All;
Caption = 'Choose inspection line';
ToolTip = 'Specifies an existing inspection line to test the expression with.';
ToolTip = 'Specifies an existing quality inspection line to test the expression with.';
Editable = false;

trigger OnAssistEdit()
Expand Down Expand Up @@ -162,7 +162,7 @@ page 20440 "Qlty. Inspection Template Edit"
ApplicationArea = All;
Caption = 'Add Test';
Image = TaskQualityMeasure;
ToolTip = 'Click here to use a Quality Inspection test in this expression.';
ToolTip = 'Use a quality inspection test in this expression.';
Promoted = true;
PromotedIsBig = true;
PromotedOnly = true;
Expand All @@ -178,7 +178,7 @@ page 20440 "Qlty. Inspection Template Edit"
ApplicationArea = All;
Caption = 'Add Table Field';
Image = Add;
ToolTip = 'Click here to insert additional Fields into the template.';
ToolTip = 'Insert additional fields into the template.';
Promoted = true;
PromotedIsBig = true;
PromotedOnly = true;
Expand All @@ -195,9 +195,9 @@ page 20440 "Qlty. Inspection Template Edit"
ApplicationArea = All;
Caption = 'Add Inspection Information';
Image = Add;
ToolTip = 'Click here to insert additional tests into the template.';
ToolTip = 'Insert additional tests into the template.';
AboutTitle = 'Add a test from a quality inspection.';
AboutText = 'Click here to insert additional tests into the template.';
AboutText = 'Insert additional tests into the template.';
Promoted = true;
PromotedIsBig = true;
PromotedOnly = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ page 20404 "Qlty. Inspection Template List"
Scope = Repeater;
AccessByPermission = tabledata "Qlty. Inspection Header" = I;
Caption = 'Create Inspection';
ToolTip = 'Specifies to create a new Quality Inspection using this template.';
ToolTip = 'Create a new quality inspection from this template.';
AboutTitle = 'More ways to create inspections';
AboutText = 'Use this action to create a manual inspection from the selected template. You can also create inspections directly from other pages, such as output journals, production order routing lines, consumption journals, purchase orders, sales returns, and item tracking lines.';
Image = BulletList;
Expand Down Expand Up @@ -113,7 +113,7 @@ page 20404 "Qlty. Inspection Template List"
{
Scope = Repeater;
Caption = 'Inspection Generation Rules';
ToolTip = 'View existing Quality Inspection Generation Rules related to this template. A Quality Inspection generation rule defines when you want to ask a set of questions defined in a template. You connect a template to a source table, and set the criteria to use that template with the table filter. When these filter criteria is met, then it will choose that template.';
ToolTip = 'View existing quality inspection generation rules related to this template. Quality inspection generation rules specify when quality inspections are automatically generated and which template is used, such as during receiving, production, or warehouse activities. You link a template to a source table and define filter criteria that determine when an inspection is created. When the criteria are met, the system generates a quality inspection based on the linked template. If multiple rules match, the system uses the first rule according to the sort order.';
Image = CopyFromTask;
Promoted = true;
PromotedCategory = Process;
Expand All @@ -126,7 +126,7 @@ page 20404 "Qlty. Inspection Template List"
{
Scope = Repeater;
Caption = 'Existing Inspections';
ToolTip = 'Review existing inspections created using this template.';
ToolTip = 'Review existing quality inspections created using this template.';
Image = CheckList;
Promoted = true;
PromotedCategory = Process;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ page 20406 "Qlty. Inspection"
{
Caption = 'Create Internal Put-away';
Image = CreatePutAway;
ToolTip = 'Creates an Internal Put-away document.';
ToolTip = 'Create an Internal Put-away document.';

trigger OnAction()
var
Expand Down Expand Up @@ -635,7 +635,7 @@ page 20406 "Qlty. Inspection"
{
PromotedCategory = Report;
Caption = 'Certificate of Analysis';
ToolTip = 'Certificate of Analysis (CoA) for this inspection.';
ToolTip = 'Print a certificate of analysis (CoA) report.';
Image = Certificate;
Promoted = true;
PromotedIsBig = true;
Expand All @@ -655,7 +655,7 @@ page 20406 "Qlty. Inspection"
{
PromotedCategory = Report;
Caption = 'Non Conformance Report';
ToolTip = 'Specifies the Non Conformance Report has a layout suitable for quality inspection templates that typically contain Non Conformance Report questions.';
ToolTip = 'Print a non-conformance inspection report.';
Image = Report;
Promoted = true;
PromotedIsBig = true;
Expand All @@ -675,7 +675,7 @@ page 20406 "Qlty. Inspection"
{
PromotedCategory = Report;
Caption = 'Inspection Report';
ToolTip = 'General purpose inspection report.';
ToolTip = 'Print a general-purpose inspection report.';
Image = Report;
Promoted = true;
PromotedIsBig = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ page 20408 "Qlty. Inspection List"
Scope = Repeater;
AccessByPermission = tabledata "Qlty. Inspection Header" = I;
Caption = 'Create Inspection';
ToolTip = 'Specifies to create a new Quality Inspection.';
ToolTip = 'Create a new quality inspection.';
Image = BulletList;
Promoted = true;
PromotedCategory = Process;
Expand Down Expand Up @@ -298,7 +298,7 @@ page 20408 "Qlty. Inspection List"
Scope = Repeater;
Image = AddContacts;
Caption = 'Take ownership';
ToolTip = 'Specifies whether to assign the inspection to yourself.';
ToolTip = 'Assign the inspection to yourself.';
AboutTitle = 'Take ownership';
AboutText = 'Use this to assign the inspection to yourself.';
Visible = CanAssignToSelf;
Expand All @@ -322,7 +322,7 @@ page 20408 "Qlty. Inspection List"
Scope = Repeater;
Image = ExportContact;
Caption = 'Unassign';
ToolTip = 'Specifies whether to unassign this inspection.';
ToolTip = 'Unassign the inspection.';
AboutTitle = 'Unassign';
AboutText = 'Use this to unassign this inspection.';
Visible = CanUnassign;
Expand Down Expand Up @@ -362,7 +362,7 @@ page 20408 "Qlty. Inspection List"
Caption = 'Create Internal Put-away';
Enabled = RowActionsAreEnabled;
Image = CreatePutAway;
ToolTip = 'Creates an Internal Put-away document.';
ToolTip = 'Create an Internal Put-away document.';

trigger OnAction()
var
Expand Down Expand Up @@ -444,7 +444,7 @@ page 20408 "Qlty. Inspection List"
{
Caption = 'Certificate of Analysis';
Enabled = RowActionsAreEnabled;
ToolTip = 'Certificate of Analysis (CoA) for this inspection.';
ToolTip = 'Print a certificate of analysis (CoA) report.';
AboutTitle = 'Print and share reports';
AboutText = 'You can preview, print, or share the certificate of analysis and other inspection reports to support quality, traceability, and compliance.';
Image = Certificate;
Expand All @@ -469,7 +469,7 @@ page 20408 "Qlty. Inspection List"
PromotedCategory = Report;
Caption = 'Non Conformance Report';
Enabled = RowActionsAreEnabled;
ToolTip = 'Specifies the Non Conformance Report has a layout suitable for quality inspection templates that typically contain Non Conformance Report questions.';
ToolTip = 'Print a non-conformance inspection report.';
Image = Report;
Promoted = true;
PromotedIsBig = true;
Expand All @@ -490,7 +490,7 @@ page 20408 "Qlty. Inspection List"
PromotedCategory = Report;
Caption = 'Inspection Report';
Enabled = RowActionsAreEnabled;
ToolTip = 'General purpose inspection report.';
ToolTip = 'Print a general-purpose inspection report.';
Image = Report;
Promoted = true;
PromotedIsBig = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pageextension 20418 "Qlty. Item Tracking Lines" extends "Item Tracking Lines"
AccessByPermission = tabledata "Qlty. Inspection Header" = R;
Image = CheckList;
Caption = 'Show Quality Inspections for Item with tracking specification';
ToolTip = 'Shows Quality Inspections for Item with tracking specification';
ToolTip = 'Shows quality inspections for item with tracking specification';
AboutTitle = 'Show Quality Inspections';
AboutText = 'Shows quality inspections for this item with tracking specification.';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pageextension 20409 "Qlty. Item Tracking Summary" extends "Item Tracking Summary
ApplicationArea = QualityManagement;
Image = AllLines;
Caption = 'Show all Tracking for Item';
ToolTip = 'Click this to see item tracking regardless of the source document. Use this if you need to choose a lot, serial or package number that is not related to the source document you are creating the inspection for.';
ToolTip = 'View item tracking from any document. Use this to select a lot, serial, or package number that isn’t related to the source document.';
Visible = ShowQltyManagementActions;

trigger OnAction()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pageextension 20400 "Qlty. Prod. Order Routing" extends "Prod. Order Routing"
ApplicationArea = QualityManagement;
Image = BulletList;
Caption = 'Create Quality Inspection';
ToolTip = 'Specifies to create a new quality inspection.';
ToolTip = 'Create a new quality inspection.';

trigger OnAction()
var
Expand All @@ -38,7 +38,7 @@ pageextension 20400 "Qlty. Prod. Order Routing" extends "Prod. Order Routing"
AccessByPermission = tabledata "Qlty. Inspection Header" = R;
Image = CheckList;
Caption = 'Show Quality Inspections';
ToolTip = 'Shows existing Quality Inspections.';
ToolTip = 'Shows existing quality inspections.';

trigger OnAction()
var
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pageextension 20408 "Qlty. Consumption Journal" extends "Consumption Journal"
AccessByPermission = tabledata "Qlty. Inspection Header" = R;
Image = CheckList;
Caption = 'Show Quality Inspections for Item';
ToolTip = 'Shows Quality Inspections for Item';
ToolTip = 'Shows quality inspections for this item.';
AboutTitle = 'Show Quality Inspections';
AboutText = 'Shows quality inspections for this item.';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pageextension 20401 "Qlty. Output Journal" extends "Output Journal"
AccessByPermission = tabledata "Qlty. Inspection Header" = R;
Image = CheckList;
Caption = 'Show Quality Inspections for Item';
ToolTip = 'Shows Quality Inspections for Item';
ToolTip = 'Shows quality inspections for this item.';
AboutTitle = 'Show Quality Inspections';
AboutText = 'Shows quality inspections for this item.';

Expand Down
Loading
Loading