From 599f80532cba56183ec1c6c782606029bc28c292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Hartvig=20Gr=C3=B8nbech?= Date: Mon, 10 Aug 2026 13:14:33 +0200 Subject: [PATCH 1/2] Make AA0189 an error in base ruleset --- src/rulesets/base.ruleset.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/rulesets/base.ruleset.json b/src/rulesets/base.ruleset.json index 53991f9c1d1..b49d72faad1 100644 --- a/src/rulesets/base.ruleset.json +++ b/src/rulesets/base.ruleset.json @@ -255,10 +255,6 @@ "action": "Warning", "justification": "The FindSet() or Find() method on the record must be used only in connection with the Next() method." }, - { - "id": "AA0189", - "action": "Warning" - }, { "id": "AA0194", "action": "Warning", From 82a19a12b5a6fe705243ad0a11afcded2b90da33 Mon Sep 17 00:00:00 2001 From: magnushar Date: Mon, 10 Aug 2026 13:54:16 +0200 Subject: [PATCH 2/2] Fix AA0189: correct ApplicationArea casing 'suite' -> 'Suite' Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b6f3c139-b1a1-4b39-8864-cffb67ef6212 --- .../src/Page/SubcontractingOrderSubform.Page.al | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Apps/IN/INGST/app/GSTSubcontracting/src/Page/SubcontractingOrderSubform.Page.al b/src/Apps/IN/INGST/app/GSTSubcontracting/src/Page/SubcontractingOrderSubform.Page.al index 64fd867abb5..fcdb7d00875 100644 --- a/src/Apps/IN/INGST/app/GSTSubcontracting/src/Page/SubcontractingOrderSubform.Page.al +++ b/src/Apps/IN/INGST/app/GSTSubcontracting/src/Page/SubcontractingOrderSubform.Page.al @@ -511,7 +511,7 @@ page 18493 "Subcontracting Order Subform" } field("Qty. Rejected (Rework)"; Rec."Qty. Rejected (Rework)") { - ApplicationArea = Basic, suite; + ApplicationArea = Basic, Suite; ToolTip = 'Specifies the quantity rejected for rework'; Visible = false; }