From b84aca7aaff7d0951d6307a2759621edd81090c2 Mon Sep 17 00:00:00 2001 From: Dusan Jakovljevic <134404137+JakovljevicDusan@users.noreply.github.com> Date: Thu, 21 May 2026 19:45:32 +0200 Subject: [PATCH 1/2] Improve tooltips --- .../QltyInspectionGenRules.Page.al | 16 +++++----- .../Template/QltyInspectionTemplate.Page.al | 10 +++--- .../QltyInspectionTemplateEdit.Page.al | 12 +++---- .../QltyInspectionTemplateList.Page.al | 6 ++-- .../app/src/Document/QltyInspection.Page.al | 8 ++--- .../src/Document/QltyInspectionList.Page.al | 14 ++++---- .../Tracking/QltyItemTrackingLines.PageExt.al | 2 +- .../QltyItemTrackingSummary.PageExt.al | 2 +- .../Document/QltyProdOrderRouting.PageExt.al | 4 +-- .../Journal/QltyConsumptionJournal.PageExt.al | 2 +- .../Journal/QltyOutputJournal.PageExt.al | 2 +- .../Document/QltyPurchRetOrderSubf.PageExt.al | 2 +- .../QltyPurchaseOrderSubform.PageExt.al | 2 +- .../Document/QltySalesOrderSubform.PageExt.al | 2 +- .../QltySalesReturnOrderSubf.PageExt.al | 2 +- .../Ledger/QltyWarehouseEntries.PageExt.al | 2 +- .../QltyBusinessManagerRC.PageExt.al | 20 ++++++------ .../QltyMachineOperatorRC.PageExt.al | 20 ++++++------ .../RoleCenters/QltyManagerRoleCenter.Page.al | 32 +++++++++---------- .../QltyPurchasingAgentRC.PageExt.al | 20 ++++++------ .../QltyShopSupervisorRC.PageExt.al | 20 ++++++------ .../RoleCenters/QltyWhseBasicRC.PageExt.al | 20 ++++++------ .../app/src/Setup/QltyManagementSetup.Page.al | 10 +++--- 23 files changed, 115 insertions(+), 115 deletions(-) diff --git a/src/Apps/W1/Quality Management/app/src/Configuration/GenerationRule/QltyInspectionGenRules.Page.al b/src/Apps/W1/Quality Management/app/src/Configuration/GenerationRule/QltyInspectionGenRules.Page.al index 5e22a09c48..4d7873a97e 100644 --- a/src/Apps/W1/Quality Management/app/src/Configuration/GenerationRule/QltyInspectionGenRules.Page.al +++ b/src/Apps/W1/Quality Management/app/src/Configuration/GenerationRule/QltyInspectionGenRules.Page.al @@ -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; @@ -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; @@ -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; @@ -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 generationrule for production.'; Image = EditLines; Scope = Repeater; Visible = ShowEditProductionRuleSetupGuide; @@ -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; @@ -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 generationrule for receiving.'; Image = EditLines; Scope = Repeater; Visible = ShowEditReceivingRuleSetupGuide; @@ -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; @@ -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 generationrule for a bin movement.'; Image = EditAdjustments; Scope = Repeater; Visible = ShowEditMovementRuleSetupGuide; diff --git a/src/Apps/W1/Quality Management/app/src/Configuration/Template/QltyInspectionTemplate.Page.al b/src/Apps/W1/Quality Management/app/src/Configuration/Template/QltyInspectionTemplate.Page.al index d576634720..90726aa59f 100644 --- a/src/Apps/W1/Quality Management/app/src/Configuration/Template/QltyInspectionTemplate.Page.al +++ b/src/Apps/W1/Quality Management/app/src/Configuration/Template/QltyInspectionTemplate.Page.al @@ -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; @@ -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; @@ -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; @@ -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; diff --git a/src/Apps/W1/Quality Management/app/src/Configuration/Template/QltyInspectionTemplateEdit.Page.al b/src/Apps/W1/Quality Management/app/src/Configuration/Template/QltyInspectionTemplateEdit.Page.al index e1ba8b75b1..319eab01e8 100644 --- a/src/Apps/W1/Quality Management/app/src/Configuration/Template/QltyInspectionTemplateEdit.Page.al +++ b/src/Apps/W1/Quality Management/app/src/Configuration/Template/QltyInspectionTemplateEdit.Page.al @@ -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() @@ -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() @@ -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; @@ -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; @@ -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; diff --git a/src/Apps/W1/Quality Management/app/src/Configuration/Template/QltyInspectionTemplateList.Page.al b/src/Apps/W1/Quality Management/app/src/Configuration/Template/QltyInspectionTemplateList.Page.al index c8559f8f14..bab27253b6 100644 --- a/src/Apps/W1/Quality Management/app/src/Configuration/Template/QltyInspectionTemplateList.Page.al +++ b/src/Apps/W1/Quality Management/app/src/Configuration/Template/QltyInspectionTemplateList.Page.al @@ -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; @@ -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; @@ -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; diff --git a/src/Apps/W1/Quality Management/app/src/Document/QltyInspection.Page.al b/src/Apps/W1/Quality Management/app/src/Document/QltyInspection.Page.al index e6f0674223..fc3fc43a2a 100644 --- a/src/Apps/W1/Quality Management/app/src/Document/QltyInspection.Page.al +++ b/src/Apps/W1/Quality Management/app/src/Document/QltyInspection.Page.al @@ -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 @@ -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; @@ -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; @@ -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; diff --git a/src/Apps/W1/Quality Management/app/src/Document/QltyInspectionList.Page.al b/src/Apps/W1/Quality Management/app/src/Document/QltyInspectionList.Page.al index 0458cd41f0..821aa5cfa0 100644 --- a/src/Apps/W1/Quality Management/app/src/Document/QltyInspectionList.Page.al +++ b/src/Apps/W1/Quality Management/app/src/Document/QltyInspectionList.Page.al @@ -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; @@ -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; @@ -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; @@ -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 @@ -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; @@ -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; @@ -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; diff --git a/src/Apps/W1/Quality Management/app/src/Integration/Inventory/Tracking/QltyItemTrackingLines.PageExt.al b/src/Apps/W1/Quality Management/app/src/Integration/Inventory/Tracking/QltyItemTrackingLines.PageExt.al index f33ec742e0..f814dcec83 100644 --- a/src/Apps/W1/Quality Management/app/src/Integration/Inventory/Tracking/QltyItemTrackingLines.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/Integration/Inventory/Tracking/QltyItemTrackingLines.PageExt.al @@ -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.'; diff --git a/src/Apps/W1/Quality Management/app/src/Integration/Inventory/Tracking/QltyItemTrackingSummary.PageExt.al b/src/Apps/W1/Quality Management/app/src/Integration/Inventory/Tracking/QltyItemTrackingSummary.PageExt.al index 0ee5e6f786..1f8adabaf5 100644 --- a/src/Apps/W1/Quality Management/app/src/Integration/Inventory/Tracking/QltyItemTrackingSummary.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/Integration/Inventory/Tracking/QltyItemTrackingSummary.PageExt.al @@ -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() diff --git a/src/Apps/W1/Quality Management/app/src/Integration/Manufacturing/Document/QltyProdOrderRouting.PageExt.al b/src/Apps/W1/Quality Management/app/src/Integration/Manufacturing/Document/QltyProdOrderRouting.PageExt.al index aec60b34ef..63467ccaa6 100644 --- a/src/Apps/W1/Quality Management/app/src/Integration/Manufacturing/Document/QltyProdOrderRouting.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/Integration/Manufacturing/Document/QltyProdOrderRouting.PageExt.al @@ -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 @@ -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 diff --git a/src/Apps/W1/Quality Management/app/src/Integration/Manufacturing/Journal/QltyConsumptionJournal.PageExt.al b/src/Apps/W1/Quality Management/app/src/Integration/Manufacturing/Journal/QltyConsumptionJournal.PageExt.al index 3ff13f9501..bc5f2b7abf 100644 --- a/src/Apps/W1/Quality Management/app/src/Integration/Manufacturing/Journal/QltyConsumptionJournal.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/Integration/Manufacturing/Journal/QltyConsumptionJournal.PageExt.al @@ -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.'; diff --git a/src/Apps/W1/Quality Management/app/src/Integration/Manufacturing/Journal/QltyOutputJournal.PageExt.al b/src/Apps/W1/Quality Management/app/src/Integration/Manufacturing/Journal/QltyOutputJournal.PageExt.al index 27520485fc..b0260703a1 100644 --- a/src/Apps/W1/Quality Management/app/src/Integration/Manufacturing/Journal/QltyOutputJournal.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/Integration/Manufacturing/Journal/QltyOutputJournal.PageExt.al @@ -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.'; diff --git a/src/Apps/W1/Quality Management/app/src/Integration/Purchases/Document/QltyPurchRetOrderSubf.PageExt.al b/src/Apps/W1/Quality Management/app/src/Integration/Purchases/Document/QltyPurchRetOrderSubf.PageExt.al index ff0f1d623f..bb78fe8afa 100644 --- a/src/Apps/W1/Quality Management/app/src/Integration/Purchases/Document/QltyPurchRetOrderSubf.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/Integration/Purchases/Document/QltyPurchRetOrderSubf.PageExt.al @@ -59,7 +59,7 @@ pageextension 20407 "Qlty. Purch. Ret. Order Subf." extends "Purchase Return Ord 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.'; diff --git a/src/Apps/W1/Quality Management/app/src/Integration/Purchases/Document/QltyPurchaseOrderSubform.PageExt.al b/src/Apps/W1/Quality Management/app/src/Integration/Purchases/Document/QltyPurchaseOrderSubform.PageExt.al index 8b18f21b44..62422ac777 100644 --- a/src/Apps/W1/Quality Management/app/src/Integration/Purchases/Document/QltyPurchaseOrderSubform.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/Integration/Purchases/Document/QltyPurchaseOrderSubform.PageExt.al @@ -59,7 +59,7 @@ pageextension 20402 "Qlty. Purchase Order Subform" extends "Purchase Order Subfo 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.'; diff --git a/src/Apps/W1/Quality Management/app/src/Integration/Sales/Document/QltySalesOrderSubform.PageExt.al b/src/Apps/W1/Quality Management/app/src/Integration/Sales/Document/QltySalesOrderSubform.PageExt.al index f6b36da08e..cdb4b44025 100644 --- a/src/Apps/W1/Quality Management/app/src/Integration/Sales/Document/QltySalesOrderSubform.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/Integration/Sales/Document/QltySalesOrderSubform.PageExt.al @@ -59,7 +59,7 @@ pageextension 20405 "Qlty. Sales Order Subform" extends "Sales Order Subform" 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.'; diff --git a/src/Apps/W1/Quality Management/app/src/Integration/Sales/Document/QltySalesReturnOrderSubf.PageExt.al b/src/Apps/W1/Quality Management/app/src/Integration/Sales/Document/QltySalesReturnOrderSubf.PageExt.al index 6554513499..3610671c4b 100644 --- a/src/Apps/W1/Quality Management/app/src/Integration/Sales/Document/QltySalesReturnOrderSubf.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/Integration/Sales/Document/QltySalesReturnOrderSubf.PageExt.al @@ -59,7 +59,7 @@ pageextension 20406 "Qlty. Sales Return Order Subf." extends "Sales Return Order 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.'; diff --git a/src/Apps/W1/Quality Management/app/src/Integration/Warehouse/Ledger/QltyWarehouseEntries.PageExt.al b/src/Apps/W1/Quality Management/app/src/Integration/Warehouse/Ledger/QltyWarehouseEntries.PageExt.al index 5a6ee45919..6e64ce3fc7 100644 --- a/src/Apps/W1/Quality Management/app/src/Integration/Warehouse/Ledger/QltyWarehouseEntries.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/Integration/Warehouse/Ledger/QltyWarehouseEntries.PageExt.al @@ -57,7 +57,7 @@ pageextension 20427 "Qlty. Warehouse Entries" extends "Warehouse Entries" 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.'; diff --git a/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyBusinessManagerRC.PageExt.al b/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyBusinessManagerRC.PageExt.al index 95b62b730e..562fd99556 100644 --- a/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyBusinessManagerRC.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyBusinessManagerRC.PageExt.al @@ -27,14 +27,14 @@ pageextension 20404 "Qlty. Business Manager RC" extends "Business Manager Role C { Image = CheckList; Caption = 'Quality Management'; - ToolTip = 'Work with Quality Inspections.'; + ToolTip = 'Work with quality inspections.'; Visible = false; action(Qlty_ShowQualityInspections) { Caption = 'Quality Inspections'; Image = CheckList; - ToolTip = 'See existing Quality Inspections and create a new inspection.'; + ToolTip = 'See existing quality inspections and create a new inspection.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection List"; } @@ -42,20 +42,20 @@ pageextension 20404 "Qlty. Business Manager RC" extends "Business Manager Role C { Caption = 'Certificate of Analysis'; Image = Certificate; - ToolTip = 'Certificate of Analysis (CoA) report.'; + ToolTip = 'Print a certificate of analysis (CoA) report.'; ApplicationArea = QualityManagement; RunObject = Report "Qlty. Certificate of Analysis"; } group(Qlty_Analysis_Group) { Caption = 'Analysis'; - Tooltip = 'Analyze Quality Inspection data'; + ToolTip = 'Analyze quality inspection data'; action(Qlty_QualityInspectionLines) { Caption = 'Quality Inspection Lines'; Image = CheckList; - ToolTip = 'Historical Quality Inspection lines. Use this with analysis mode.'; + ToolTip = 'Historical quality inspection lines. Use this with analysis mode.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection Lines"; } @@ -82,7 +82,7 @@ pageextension 20404 "Qlty. Business Manager RC" extends "Business Manager Role C Image = BreakpointsList; RunObject = Page "Qlty. Inspection Template List"; RunPageMode = Edit; - ToolTip = 'Specifies a Quality Inspection Template is an inspection plan containing a set of questions and data points that you want to collect.'; + ToolTip = 'Quality inspection templates are inspection plans that contain a set of tests to perform.'; } action(Qlty_ConfigureInspectionGenerationRules) { @@ -91,7 +91,7 @@ pageextension 20404 "Qlty. Business Manager RC" extends "Business Manager Role C Image = CopyFromTask; RunObject = Page "Qlty. Inspection Gen. Rules"; RunPageMode = Edit; - ToolTip = 'Specifies a Quality Inspection generation rule defines when you want to ask a set of questions or other data that you want to collect that is 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. When there are multiple matches, it will use the first template that it finds, based on the sort order.'; + ToolTip = '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.'; } action(Qlty_ConfigureTests) { @@ -100,7 +100,7 @@ pageextension 20404 "Qlty. Business Manager RC" extends "Business Manager Role C Image = TaskQualityMeasure; RunObject = Page "Qlty. Tests"; RunPageMode = Edit; - ToolTip = 'Specifies a quality inspection test is a data points to capture, or questions, or measurements.'; + ToolTip = 'Quality tests are defined data points, checks, questions or measurements used to evaluate quality.'; } } } @@ -116,7 +116,7 @@ pageextension 20404 "Qlty. Business Manager RC" extends "Business Manager Role C { Caption = 'Quality Inspections'; Image = CheckList; - ToolTip = 'See existing Quality Inspections and create a new inspection.'; + ToolTip = 'See existing quality inspections and create a new inspection.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection List"; } @@ -124,7 +124,7 @@ pageextension 20404 "Qlty. Business Manager RC" extends "Business Manager Role C { Caption = 'Quality Inspection Lines'; Image = CheckList; - ToolTip = 'Historical Quality Inspection lines. Use this with analysis mode.'; + ToolTip = 'Historical quality inspection lines. Use this with analysis mode.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection Lines"; } diff --git a/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyMachineOperatorRC.PageExt.al b/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyMachineOperatorRC.PageExt.al index 9569ab5817..b313f28aae 100644 --- a/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyMachineOperatorRC.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyMachineOperatorRC.PageExt.al @@ -22,13 +22,13 @@ pageextension 20417 "Qlty. Machine Operator RC" extends "Machine Operator Role C { Image = CheckList; Caption = 'Quality Management'; - ToolTip = 'Work with Quality Inspections.'; + ToolTip = 'Work with quality inspections.'; action(Qlty_ShowQualityInspections) { Caption = 'Quality Inspections'; Image = CheckList; - ToolTip = 'See existing Quality Inspections and create a new inspection.'; + ToolTip = 'See existing quality inspections and create a new inspection.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection List"; } @@ -36,20 +36,20 @@ pageextension 20417 "Qlty. Machine Operator RC" extends "Machine Operator Role C { Caption = 'Certificate of Analysis'; Image = Certificate; - ToolTip = 'Certificate of Analysis (CoA) report.'; + ToolTip = 'Print a certificate of analysis (CoA) report.'; ApplicationArea = QualityManagement; RunObject = Report "Qlty. Certificate of Analysis"; } group(Qlty_Analysis_Group) { Caption = 'Analysis'; - Tooltip = 'Analyze Quality Inspection data'; + Tooltip = 'Analyze quality inspection data'; action(Qlty_QualityInspectionLines) { Caption = 'Quality Inspection Lines'; Image = CheckList; - ToolTip = 'Historical Quality Inspection lines. Use this with analysis mode.'; + ToolTip = 'Historical quality inspection lines. Use this with analysis mode.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection Lines"; } @@ -76,7 +76,7 @@ pageextension 20417 "Qlty. Machine Operator RC" extends "Machine Operator Role C Image = BreakpointsList; RunObject = Page "Qlty. Inspection Template List"; RunPageMode = Edit; - ToolTip = 'Specifies a Quality Inspection Template is an inspection plan containing a set of questions and data points that you want to collect.'; + ToolTip = 'Quality inspection templates are inspection plans that contain a set of tests to perform.'; } action(Qlty_ConfigureInspectionGenerationRules) { @@ -85,7 +85,7 @@ pageextension 20417 "Qlty. Machine Operator RC" extends "Machine Operator Role C Image = CopyFromTask; RunObject = Page "Qlty. Inspection Gen. Rules"; RunPageMode = Edit; - ToolTip = 'Specifies a Quality Inspection generation rule defines when you want to ask a set of questions or other data that you want to collect that is 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. When there are multiple matches, it will use the first template that it finds, based on the sort order.'; + ToolTip = '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.'; } action(Qlty_ConfigureTests) { @@ -94,7 +94,7 @@ pageextension 20417 "Qlty. Machine Operator RC" extends "Machine Operator Role C Image = TaskQualityMeasure; RunObject = Page "Qlty. Tests"; RunPageMode = Edit; - ToolTip = 'Specifies a quality inspection test is a data points to capture, or questions, or measurements.'; + ToolTip = 'Quality tests are defined data points, checks, questions or measurements used to evaluate quality.'; } } } @@ -109,7 +109,7 @@ pageextension 20417 "Qlty. Machine Operator RC" extends "Machine Operator Role C { Caption = 'Quality Inspections'; Image = CheckList; - ToolTip = 'See existing Quality Inspections and create a new inspection.'; + ToolTip = 'See existing quality inspections and create a new inspection.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection List"; } @@ -117,7 +117,7 @@ pageextension 20417 "Qlty. Machine Operator RC" extends "Machine Operator Role C { Caption = 'Quality Inspection Lines'; Image = CheckList; - ToolTip = 'Historical Quality Inspection lines. Use this with analysis mode.'; + ToolTip = 'Historical quality inspection lines. Use this with analysis mode.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection Lines"; } diff --git a/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyManagerRoleCenter.Page.al b/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyManagerRoleCenter.Page.al index 53e1359691..171966599b 100644 --- a/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyManagerRoleCenter.Page.al +++ b/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyManagerRoleCenter.Page.al @@ -101,21 +101,21 @@ page 20426 "Qlty. Manager Role Center" { Caption = 'Certificate of Analysis'; Image = Certificate; - ToolTip = 'Printable Certificate of Analysis (COA) report.'; + ToolTip = 'Print a certificate of analysis (CoA) report.'; RunObject = Report "Qlty. Certificate of Analysis"; } action(Processing_GeneralInspectionReport) { Caption = 'Inspection Report'; Image = Report; - ToolTip = 'Specifies a printable general purpose inspection report.'; + ToolTip = 'Print a general-purpose inspection report.'; RunObject = Report "Qlty. General Purpose Inspect."; } action(Processing_NonConformanceReport) { Image = 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 report.'; RunObject = Report "Qlty. Non-Conformance"; } } @@ -129,7 +129,7 @@ page 20426 "Qlty. Manager Role Center" Image = BreakpointsList; RunObject = Page "Qlty. Inspection Template List"; RunPageMode = Edit; - ToolTip = 'Specifies a Quality Inspection Template is an inspection plan containing a set of questions and data points that you want to collect.'; + ToolTip = 'Quality inspection templates are inspection plans that contain a set of tests to perform.'; } action(Processing_QualityInspectionGenerationRules) { @@ -137,7 +137,7 @@ page 20426 "Qlty. Manager Role Center" Image = CopyFromTask; RunObject = Page "Qlty. Inspection Gen. Rules"; RunPageMode = Edit; - ToolTip = 'Specifies a Quality Inspection generation rule defines when you want to ask a set of questions or other data that you want to collect that is 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. When there are multiple matches, it will use the first template that it finds, based on the sort order.'; + ToolTip = '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.'; } action(Processing_QualityTests) { @@ -145,7 +145,7 @@ page 20426 "Qlty. Manager Role Center" Image = TaskQualityMeasure; RunObject = Page "Qlty. Tests"; RunPageMode = Edit; - ToolTip = 'Specifies a quality inspection test is a data points to capture, or questions, or measurements.'; + ToolTip = 'Quality tests are defined data points, checks, questions or measurements used to evaluate quality.'; } } group(Processing_Configure) @@ -187,14 +187,14 @@ page 20426 "Qlty. Manager Role Center" { Caption = 'Quality Inspections'; Image = CheckList; - ToolTip = 'See existing Quality Inspections and create a new inspection.'; + ToolTip = 'See existing quality inspections and create a new inspection.'; RunObject = Page "Qlty. Inspection List"; } action(Embedding__QualityInspectionLines) { Caption = 'Quality Inspection Lines'; Image = CheckList; - ToolTip = 'Historical Quality Inspection lines. Use this with analysis mode.'; + ToolTip = 'Historical quality inspection lines. Use this with analysis mode.'; RunObject = Page "Qlty. Inspection Lines"; } action(Embedding_Items) @@ -391,56 +391,56 @@ page 20426 "Qlty. Manager Role Center" ApplicationArea = Warehouse; Caption = 'Posted Warehouse Shipments'; RunObject = Page "Posted Whse. Shipment List"; - ToolTip = 'Open the list of posted warehouse shipments.'; + ToolTip = 'Opens the list of posted warehouse shipments.'; } action(Sections_PostedSalesShipments) { ApplicationArea = Warehouse; Caption = 'Posted Sales Shipments'; RunObject = Page "Posted Sales Shipments"; - ToolTip = 'Open the list of posted sales shipments.'; + ToolTip = 'Opens the list of posted sales shipments.'; } action(Sections_PostedTransferShipments) { ApplicationArea = Warehouse; Caption = 'Posted Transfer Shipments'; RunObject = Page "Posted Transfer Shipments"; - ToolTip = 'Open the list of posted transfer shipments.'; + ToolTip = 'Opens the list of posted transfer shipments.'; } action(Sections_PostedReturnShipments) { ApplicationArea = Warehouse; Caption = 'Posted Return Shipments'; RunObject = Page "Posted Return Shipments"; - ToolTip = 'Open the list of posted return shipments.'; + ToolTip = 'Opens the list of posted return shipments.'; } action(Sections_PostedWarehouseReceipts) { ApplicationArea = Warehouse; Caption = 'Posted Warehouse Receipts'; RunObject = Page "Posted Whse. Receipt List"; - ToolTip = 'Open the list of posted warehouse receipts.'; + ToolTip = 'Opens the list of posted warehouse receipts.'; } action(Sections_PostedPurchaseReceipts) { ApplicationArea = Warehouse; Caption = 'Posted Purchase Receipts'; RunObject = Page "Posted Purchase Receipts"; - ToolTip = 'Open the list of posted purchase receipts.'; + ToolTip = 'Opens the list of posted purchase receipts.'; } action(Sections_PostedTransferReceipts) { ApplicationArea = Warehouse; Caption = 'Posted Transfer Receipts'; RunObject = Page "Posted Transfer Receipts"; - ToolTip = 'Open the list of posted transfer receipts.'; + ToolTip = 'Opens the list of posted transfer receipts.'; } action(Sections_PostedReturnReceipts) { ApplicationArea = Warehouse; Caption = 'Posted Return Receipts'; RunObject = Page "Posted Return Receipts"; - ToolTip = 'Open the list of posted return receipts.'; + ToolTip = 'Opens the list of posted return receipts.'; } action(Sections_PostedPhysicalInventoryOrders) { diff --git a/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyPurchasingAgentRC.PageExt.al b/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyPurchasingAgentRC.PageExt.al index 9d2fd8fa63..293d23ed3f 100644 --- a/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyPurchasingAgentRC.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyPurchasingAgentRC.PageExt.al @@ -22,13 +22,13 @@ pageextension 20415 "Qlty. Purchasing Agent RC" extends "Purchasing Agent Role C { Image = CheckList; Caption = 'Quality Management'; - ToolTip = 'Work with Quality Inspections.'; + ToolTip = 'Work with quality inspections.'; action(Qlty_ShowQualityInspections) { Caption = 'Quality Inspections'; Image = CheckList; - ToolTip = 'See existing Quality Inspections and create a new inspection.'; + ToolTip = 'See existing quality inspections and create a new inspection.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection List"; } @@ -36,20 +36,20 @@ pageextension 20415 "Qlty. Purchasing Agent RC" extends "Purchasing Agent Role C { Caption = 'Certificate of Analysis'; Image = Certificate; - ToolTip = 'Certificate of Analysis (CoA) report.'; + ToolTip = 'Print a certificate of analysis (CoA) report.'; ApplicationArea = QualityManagement; RunObject = Report "Qlty. Certificate of Analysis"; } group(Qlty_Analysis_Group) { Caption = 'Analysis'; - Tooltip = 'Analyze Quality Inspection data'; + ToolTip = 'Analyze quality inspection data'; action(Qlty_QualityInspectionLines) { Caption = 'Quality Inspection Lines'; Image = CheckList; - ToolTip = 'Historical Quality Inspection lines. Use this with analysis mode.'; + ToolTip = 'Historical quality inspection lines. Use this with analysis mode.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection Lines"; } @@ -76,7 +76,7 @@ pageextension 20415 "Qlty. Purchasing Agent RC" extends "Purchasing Agent Role C Image = BreakpointsList; RunObject = Page "Qlty. Inspection Template List"; RunPageMode = Edit; - ToolTip = 'Specifies a Quality Inspection Template is an inspection plan containing a set of questions and data points that you want to collect.'; + ToolTip = 'Quality inspection templates are inspection plans that contain a set of tests to perform.'; } action(Qlty_ConfigureInspectionGenerationRules) { @@ -85,7 +85,7 @@ pageextension 20415 "Qlty. Purchasing Agent RC" extends "Purchasing Agent Role C Image = CopyFromTask; RunObject = Page "Qlty. Inspection Gen. Rules"; RunPageMode = Edit; - ToolTip = 'Specifies a Quality Inspection generation rule defines when you want to ask a set of questions or other data that you want to collect that is 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. When there are multiple matches, it will use the first template that it finds, based on the sort order.'; + ToolTip = '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.'; } action(Qlty_ConfigureTests) { @@ -94,7 +94,7 @@ pageextension 20415 "Qlty. Purchasing Agent RC" extends "Purchasing Agent Role C Image = TaskQualityMeasure; RunObject = Page "Qlty. Tests"; RunPageMode = Edit; - ToolTip = 'Specifies a quality inspection test is a data points to capture, or questions, or measurements.'; + ToolTip = 'Quality tests are defined data points, checks, questions or measurements used to evaluate quality.'; } } } @@ -109,7 +109,7 @@ pageextension 20415 "Qlty. Purchasing Agent RC" extends "Purchasing Agent Role C { Caption = 'Quality Inspections'; Image = CheckList; - ToolTip = 'See existing Quality Inspections and create a new inspection.'; + ToolTip = 'See existing quality inspections and create a new inspection.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection List"; } @@ -117,7 +117,7 @@ pageextension 20415 "Qlty. Purchasing Agent RC" extends "Purchasing Agent Role C { Caption = 'Quality Inspection Lines'; Image = CheckList; - ToolTip = 'Historical Quality Inspection lines. Use this with analysis mode.'; + ToolTip = 'Historical quality inspection lines. Use this with analysis mode.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection Lines"; } diff --git a/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyShopSupervisorRC.PageExt.al b/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyShopSupervisorRC.PageExt.al index a5373a4578..290294cc82 100644 --- a/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyShopSupervisorRC.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyShopSupervisorRC.PageExt.al @@ -22,13 +22,13 @@ pageextension 20416 "Qlty. Shop Supervisor RC" extends "Shop Supervisor Role Cen { Image = CheckList; Caption = 'Quality Management'; - ToolTip = 'Work with Quality Inspections.'; + ToolTip = 'Work with quality inspections.'; action(Qlty_ShowQualityInspections) { Caption = 'Quality Inspections'; Image = CheckList; - ToolTip = 'See existing Quality Inspections and create a new inspection.'; + ToolTip = 'See existing quality inspections and create a new inspection.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection List"; } @@ -36,20 +36,20 @@ pageextension 20416 "Qlty. Shop Supervisor RC" extends "Shop Supervisor Role Cen { Caption = 'Certificate of Analysis'; Image = Certificate; - ToolTip = 'Certificate of Analysis (CoA) report.'; + ToolTip = 'Print a certificate of analysis (CoA) report.'; ApplicationArea = QualityManagement; RunObject = Report "Qlty. Certificate of Analysis"; } group(Qlty_Analysis_Group) { Caption = 'Analysis'; - Tooltip = 'Analyze Quality Inspection data'; + ToolTip = 'Analyze quality inspection data'; action(Qlty_QualityInspectionLines) { Caption = 'Quality Inspection Lines'; Image = CheckList; - ToolTip = 'Historical Quality Inspection lines. Use this with analysis mode.'; + ToolTip = 'Historical quality inspection lines. Use this with analysis mode.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection Lines"; } @@ -76,7 +76,7 @@ pageextension 20416 "Qlty. Shop Supervisor RC" extends "Shop Supervisor Role Cen Image = BreakpointsList; RunObject = Page "Qlty. Inspection Template List"; RunPageMode = Edit; - ToolTip = 'Specifies a Quality Inspection Template is an inspection plan containing a set of questions and data points that you want to collect.'; + ToolTip = 'Quality inspection templates are inspection plans that contain a set of tests to perform.'; } action(Qlty_ConfigureInspectionGenerationRules) { @@ -85,7 +85,7 @@ pageextension 20416 "Qlty. Shop Supervisor RC" extends "Shop Supervisor Role Cen Image = CopyFromTask; RunObject = Page "Qlty. Inspection Gen. Rules"; RunPageMode = Edit; - ToolTip = 'Specifies a Quality Inspection generation rule defines when you want to ask a set of questions or other data that you want to collect that is 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. When there are multiple matches, it will use the first template that it finds, based on the sort order.'; + ToolTip = '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.'; } action(Qlty_ConfigureTests) { @@ -94,7 +94,7 @@ pageextension 20416 "Qlty. Shop Supervisor RC" extends "Shop Supervisor Role Cen Image = TaskQualityMeasure; RunObject = Page "Qlty. Tests"; RunPageMode = Edit; - ToolTip = 'Specifies a quality inspection test is a data points to capture, or questions, or measurements.'; + ToolTip = 'Quality tests are defined data points, checks, questions or measurements used to evaluate quality.'; } } } @@ -109,7 +109,7 @@ pageextension 20416 "Qlty. Shop Supervisor RC" extends "Shop Supervisor Role Cen { Caption = 'Quality Inspections'; Image = CheckList; - ToolTip = 'See existing Quality Inspections and create a new inspection.'; + ToolTip = 'See existing quality inspections and create a new inspection.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection List"; } @@ -117,7 +117,7 @@ pageextension 20416 "Qlty. Shop Supervisor RC" extends "Shop Supervisor Role Cen { Caption = 'Quality Inspection Lines'; Image = CheckList; - ToolTip = 'Historical Quality Inspection lines. Use this with analysis mode.'; + ToolTip = 'Historical quality inspection lines. Use this with analysis mode.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection Lines"; } diff --git a/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyWhseBasicRC.PageExt.al b/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyWhseBasicRC.PageExt.al index b670b5dd84..fbe7696742 100644 --- a/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyWhseBasicRC.PageExt.al +++ b/src/Apps/W1/Quality Management/app/src/RoleCenters/QltyWhseBasicRC.PageExt.al @@ -22,13 +22,13 @@ pageextension 20421 "Qlty. Whse. Basic RC" extends "Whse. Basic Role Center" { Image = CheckList; Caption = 'Quality Management'; - ToolTip = 'Work with Quality Inspections.'; + ToolTip = 'Work with quality inspections.'; action(Qlty_ShowQualityInspections) { Caption = 'Quality Inspections'; Image = CheckList; - ToolTip = 'See existing Quality Inspections and create a new inspection.'; + ToolTip = 'See existing quality inspections and create a new inspection.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection List"; } @@ -36,20 +36,20 @@ pageextension 20421 "Qlty. Whse. Basic RC" extends "Whse. Basic Role Center" { Caption = 'Certificate of Analysis'; Image = Certificate; - ToolTip = 'Certificate of Analysis (CoA) report.'; + ToolTip = 'Print a certificate of analysis (CoA) report.'; ApplicationArea = QualityManagement; RunObject = Report "Qlty. Certificate of Analysis"; } group(Qlty_Analysis_Group) { Caption = 'Analysis'; - Tooltip = 'Analyze Quality Inspection data'; + ToolTip = 'Analyze quality inspection data'; action(Qlty_QualityInspectionLines) { Caption = 'Quality Inspection Lines'; Image = CheckList; - ToolTip = 'Historical Quality Inspection lines. Use this with analysis mode.'; + ToolTip = 'Historical quality inspection lines. Use this with analysis mode.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection Lines"; } @@ -76,7 +76,7 @@ pageextension 20421 "Qlty. Whse. Basic RC" extends "Whse. Basic Role Center" Image = BreakpointsList; RunObject = Page "Qlty. Inspection Template List"; RunPageMode = Edit; - ToolTip = 'Specifies a Quality Inspection Template is an inspection plan containing a set of questions and data points that you want to collect.'; + ToolTip = 'Quality inspection templates are inspection plans that contain a set of tests to perform.'; } action(Qlty_ConfigureInspectionGenerationRules) { @@ -85,7 +85,7 @@ pageextension 20421 "Qlty. Whse. Basic RC" extends "Whse. Basic Role Center" Image = CopyFromTask; RunObject = Page "Qlty. Inspection Gen. Rules"; RunPageMode = Edit; - ToolTip = 'Specifies a Quality Inspection generation rule defines when you want to ask a set of questions or other data that you want to collect that is 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. When there are multiple matches, it will use the first template that it finds, based on the sort order.'; + ToolTip = '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.'; } action(Qlty_ConfigureTests) { @@ -94,7 +94,7 @@ pageextension 20421 "Qlty. Whse. Basic RC" extends "Whse. Basic Role Center" Image = TaskQualityMeasure; RunObject = Page "Qlty. Tests"; RunPageMode = Edit; - ToolTip = 'Specifies a quality inspection test is a data points to capture, or questions, or measurements.'; + ToolTip = 'Quality tests are defined data points, checks, questions or measurements used to evaluate quality.'; } } } @@ -109,7 +109,7 @@ pageextension 20421 "Qlty. Whse. Basic RC" extends "Whse. Basic Role Center" { Caption = 'Quality Inspections'; Image = CheckList; - ToolTip = 'See existing Quality Inspections and create a new inspection.'; + ToolTip = 'See existing quality inspections and create a new inspection.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection List"; } @@ -117,7 +117,7 @@ pageextension 20421 "Qlty. Whse. Basic RC" extends "Whse. Basic Role Center" { Caption = 'Quality Inspection Lines'; Image = CheckList; - ToolTip = 'Historical Quality Inspection lines. Use this with analysis mode.'; + ToolTip = 'Historical quality inspection lines. Use this with analysis mode.'; ApplicationArea = QualityManagement; RunObject = Page "Qlty. Inspection Lines"; } diff --git a/src/Apps/W1/Quality Management/app/src/Setup/QltyManagementSetup.Page.al b/src/Apps/W1/Quality Management/app/src/Setup/QltyManagementSetup.Page.al index 568a53a943..1083c9e0cd 100644 --- a/src/Apps/W1/Quality Management/app/src/Setup/QltyManagementSetup.Page.al +++ b/src/Apps/W1/Quality Management/app/src/Setup/QltyManagementSetup.Page.al @@ -215,7 +215,7 @@ page 20400 "Qlty. Management Setup" { ApplicationArea = All; Caption = 'Inspection Templates'; - ToolTip = 'View a list of Quality Inspection Templates. A Quality Inspection Template is an inspection plan containing a set of questions and data points that you want to collect.'; + ToolTip = 'Quality inspection templates are inspection plans that contain a set of tests to perform.'; Image = BreakpointsList; RunObject = Page "Qlty. Inspection Template List"; RunPageMode = Edit; @@ -224,7 +224,7 @@ page 20400 "Qlty. Management Setup" { ApplicationArea = All; Caption = 'Inspection Generation Rules'; - ToolTip = 'Specifies a Quality Inspection generation rule defines when you want to ask a set of questions defined in a template. You connect it 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. When there are multiple matches, it will use the first template it finds, based on the sort order.'; + ToolTip = '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; RunObject = Page "Qlty. Inspection Gen. Rules"; RunPageMode = Edit; @@ -233,7 +233,7 @@ page 20400 "Qlty. Management Setup" { ApplicationArea = All; Caption = 'Results'; - ToolTip = 'View the Quality Inspection Results. Results are effectively the incomplete/pass/fail state of an inspection. It is typical to have three results (incomplete, fail, pass), however you can configure as many results as you want, and in what circumstances. The results with a lower number for the priority field are evaluated first. If you are not sure what to configure here then use the three defaults.'; + ToolTip = 'Quality inspection results represent the outcome of an inspection or test, such as incomplete, fail, or pass. You can configure multiple results and define their evaluation order based on priority. The system evaluates results with lower priority numbers first.'; Image = ViewRegisteredOrder; RunObject = Page "Qlty. Inspection Result List"; RunPageMode = Edit; @@ -242,7 +242,7 @@ page 20400 "Qlty. Management Setup" { ApplicationArea = All; Caption = 'Tests'; - ToolTip = 'View the Quality Tests. Tests define data points, questions, measurements, and entries with their allowable values and default passing thresholds. You can later use these tests in Quality Inspection Templates.'; + ToolTip = 'Quality tests are defined data points, checks, questions or measurements used to evaluate quality. Tests can be configured with allowable values and default passing thresholds, and are used in quality inspection templates.'; Image = TaskQualityMeasure; RunObject = Page "Qlty. Tests"; RunPageMode = Edit; @@ -255,7 +255,7 @@ page 20400 "Qlty. Management Setup" { ApplicationArea = QualityManagement; Caption = 'Source Configurations'; - ToolTip = 'View the Quality Inspection Source Configurations. This page defines how data is automatically populated into quality inspections from other tables, including how records are linked between source and target tables. It is read-only in most scenarios and intended for advanced configuration.'; + ToolTip = 'View the quality inspection source configurations. This page defines how data is automatically populated into quality inspections from other tables, including how records are linked between source and target tables. It is read-only in most scenarios and intended for advanced configuration.'; Image = Relationship; RunObject = Page "Qlty. Ins. Source Config. List"; RunPageMode = View; From 2f2cc5bb93920d26ca2771e554512933c62824ed Mon Sep 17 00:00:00 2001 From: Dusan Jakovljevic <134404137+JakovljevicDusan@users.noreply.github.com> Date: Thu, 21 May 2026 21:01:01 +0200 Subject: [PATCH 2/2] Address code review suggestions --- .../GenerationRule/QltyInspectionGenRules.Page.al | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Apps/W1/Quality Management/app/src/Configuration/GenerationRule/QltyInspectionGenRules.Page.al b/src/Apps/W1/Quality Management/app/src/Configuration/GenerationRule/QltyInspectionGenRules.Page.al index 4d7873a97e..65da52cb2e 100644 --- a/src/Apps/W1/Quality Management/app/src/Configuration/GenerationRule/QltyInspectionGenRules.Page.al +++ b/src/Apps/W1/Quality Management/app/src/Configuration/GenerationRule/QltyInspectionGenRules.Page.al @@ -266,7 +266,7 @@ page 20405 "Qlty. Inspection Gen. Rules" { ApplicationArea = Manufacturing; Caption = 'Edit Production Rule'; - ToolTip = 'Edit a generationrule for production.'; + ToolTip = 'Edit a generation rule for production.'; Image = EditLines; Scope = Repeater; Visible = ShowEditProductionRuleSetupGuide; @@ -307,7 +307,7 @@ page 20405 "Qlty. Inspection Gen. Rules" { ApplicationArea = All; Caption = 'Edit Receiving Rule'; - ToolTip = 'Edit a generationrule for receiving.'; + ToolTip = 'Edit a generation rule for receiving.'; Image = EditLines; Scope = Repeater; Visible = ShowEditReceivingRuleSetupGuide; @@ -348,7 +348,7 @@ page 20405 "Qlty. Inspection Gen. Rules" { ApplicationArea = Warehouse; Caption = 'Edit Bin Movement Rule'; - ToolTip = 'Edit a generationrule for a bin movement.'; + ToolTip = 'Edit a generation rule for a bin movement.'; Image = EditAdjustments; Scope = Repeater; Visible = ShowEditMovementRuleSetupGuide;