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
2 changes: 2 additions & 0 deletions src/Apps/CH/SwissQRBill/test/src/SwissQRBillXml.Codeunit.al
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
codeunit 148097 "Swiss QR-Bill Xml"
#pragma warning restore AS0011
{
var
AttachmentXmlDocText: Text;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma warning disable AA0247
#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$\textbf{🟡\ Medium\ Severity\ —\ AppSource}$

src/Apps/DE/Elster/app/appsourcecop.json declares the Elster affix, but objects such as page 11028 "Elec. VAT Decl. Overview" and permissionsetextension 46539 "D365 BASIC - ELSTER VAT Localization for Germany" carry no matching prefix/suffix. This PR does not introduce the gap — it narrows a pre-existing blanket AS0011 ruleset suppression into precise per-object #pragma disable/restore blocks, each annotated 'renaming this existing object would break references, tracked by AB#640773'. Flagging for visibility only: confirm AB#640773 is the authoritative tracking item for closing this AppSource naming gap and that the pragma comments' work-item reference stays accurate over time.

Knowledge:

👍 useful · ❤️ especially valuable · 👎 wrong - reply with why · AL review agent v1.41.6

page 11028 "Elec. VAT Decl. Overview"
#pragma warning restore AS0011
{
Caption = 'Elec. VAT Decl. Overview';
Editable = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
// ------------------------------------------------------------------------------------------------
#pragma warning disable AA0247

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
page 11019 "Electronic VAT Decl. Setup"
#pragma warning restore AS0011
{
ApplicationArea = Basic, Suite;
Caption = 'Electronic VAT Decl. Setup';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
// ------------------------------------------------------------------------------------------------
#pragma warning disable AA0247

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
page 11016 "Sales VAT Adv. Notif. Card"
#pragma warning restore AS0011
{
PageType = Card;
Caption = 'Sales VAT Adv. Notif. Card';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
// ------------------------------------------------------------------------------------------------
#pragma warning disable AA0247

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
page 11017 "Sales VAT Adv. Notif. List"
#pragma warning restore AS0011
{
ApplicationArea = Basic, Suite;
Caption = 'Sales VAT Advance Notification List';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma warning disable AA0247
#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
permissionsetextension 46539 "D365 BASIC - ELSTER VAT Localization for Germany" extends "D365 BASIC"
#pragma warning restore AS0011
{
Permissions = tabledata "Elec. VAT Decl. Setup" = RIMD,
tabledata "Sales VAT Advance Notif." = RIMD,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma warning disable AA0247
#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
permissionsetextension 45801 "D365 BASIC ISV - ELSTER VAT Localization for Germany" extends "D365 BASIC ISV"
#pragma warning restore AS0011
{
Permissions = tabledata "Elec. VAT Decl. Setup" = RIMD,
tabledata "Sales VAT Advance Notif." = RIMD,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma warning disable AA0247
#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
permissionsetextension 8697 "D365 BUS FULL ACCESS - ELSTER VAT Localization for Germany" extends "D365 BUS FULL ACCESS"
#pragma warning restore AS0011
{
Permissions = tabledata "Elec. VAT Decl. Setup" = RIMD,
tabledata "Sales VAT Advance Notif." = RIMD,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma warning disable AA0247
#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
permissionsetextension 16295 "D365 BUS PREMIUM - ELSTER VAT Localization for Germany" extends "D365 BUS PREMIUM"
#pragma warning restore AS0011
{
Permissions = tabledata "Elec. VAT Decl. Setup" = RIMD,
tabledata "Sales VAT Advance Notif." = RIMD,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma warning disable AA0247
#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
permissionsetextension 14181 "D365 FULL ACCESS - ELSTER VAT Localization for Germany" extends "D365 FULL ACCESS"
#pragma warning restore AS0011
{
Permissions = tabledata "Elec. VAT Decl. Setup" = RIMD,
tabledata "Sales VAT Advance Notif." = RIMD,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma warning disable AA0247
#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
permissionsetextension 9615 "D365 READ - ELSTER VAT Localization for Germany" extends "D365 READ"
#pragma warning restore AS0011
{
Permissions = tabledata "Elec. VAT Decl. Setup" = R,
tabledata "Sales VAT Advance Notif." = R,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma warning disable AA0247
#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
permissionsetextension 32689 "D365 TEAM MEMBER - ELSTER VAT Localization for Germany" extends "D365 TEAM MEMBER"
#pragma warning restore AS0011
{
Permissions = tabledata "Elec. VAT Decl. Setup" = RIMD,
tabledata "Sales VAT Advance Notif." = RIMD,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma warning disable AA0247
#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
permissionsetextension 21993 "INTELLIGENT CLOUD - ELSTER VAT Localization for Germany" extends "INTELLIGENT CLOUD"
#pragma warning restore AS0011
{
Permissions = tabledata "Elec. VAT Decl. Setup" = RIMD,
tabledata "Sales VAT Advance Notif." = RIMD,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
// ------------------------------------------------------------------------------------------------
#pragma warning disable AA0247

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
report 11016 "Create XML-File VAT Adv.Notif."
#pragma warning restore AS0011
{
ProcessingOnly = true;
UsageCategory = None;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma warning disable AA0247
#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
table 11027 "Elec. VAT Decl. Buffer"
#pragma warning restore AS0011
{
TableType = Temporary;
LookupPageId = "Elec. VAT Decl. Overview";
Expand Down
2 changes: 2 additions & 0 deletions src/Apps/DE/Elster/app/src/Tables/ElecVATDeclSetup.Table.al
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
// ------------------------------------------------------------------------------------------------
#pragma warning disable AA0247

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
table 11023 "Elec. VAT Decl. Setup"
#pragma warning restore AS0011
{
fields
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
// ------------------------------------------------------------------------------------------------
#pragma warning disable AA0247

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
table 11021 "Sales VAT Advance Notif."
#pragma warning restore AS0011
{
DataCaptionFields = "No.", Description;
LookupPageID = 11017;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
codeunit 148023 "Bank Statement Import Sunshine"
#pragma warning restore AS0011
{
Subtype = Test;
TestType = IntegrationTest;
Expand Down
2 changes: 2 additions & 0 deletions src/Apps/DK/FIK/test/src/CashMgmtE2EScenarios.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
codeunit 148031 "Cash Mgmt E2E Scenarios"
#pragma warning restore AS0011
{
Subtype = Test;
TestType = Uncategorized;
Expand Down
2 changes: 2 additions & 0 deletions src/Apps/DK/FIK/test/src/LibraryPaymentExportDK.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
codeunit 148019 "Library - Payment Export DK"
#pragma warning restore AS0011
{
var
LibraryERM: Codeunit "Library - ERM";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
codeunit 148030 "Payment Exp Mgt Unit Test DK"
#pragma warning restore AS0011
{
Subtype = Test;
TestType = IntegrationTest;
Expand Down
2 changes: 2 additions & 0 deletions src/Apps/DK/FIK/test/src/PaymentExportFormats.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
codeunit 148020 "Payment Export Formats"
#pragma warning restore AS0011
{
Subtype = Test;
TestType = Uncategorized;
Expand Down
2 changes: 2 additions & 0 deletions src/Apps/DK/FIK/test/src/PaymentExportNegative.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
codeunit 148022 "Payment Export Negative"
#pragma warning restore AS0011
{
// version Test,ERM,DK

Expand Down
2 changes: 2 additions & 0 deletions src/Apps/DK/FIK/test/src/PaymentExportSunshine.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
codeunit 148021 "Payment Export Sunshine"
#pragma warning restore AS0011
{
// version Test,ERM,DK

Expand Down
2 changes: 2 additions & 0 deletions src/Apps/DK/FIK/test/src/PmtExportFixedWidthUT.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
codeunit 148024 "Pmt Export Fixed-Width UT"
#pragma warning restore AS0011
{
Subtype = Test;
TestPermissions = Disabled;
Expand Down
2 changes: 2 additions & 0 deletions src/Apps/DK/FIK/test/src/TestBankImpBankRecLine.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
codeunit 148028 "Test Bank Imp. Bank Rec. Line"
#pragma warning restore AS0011
{
Subtype = Test;
TestType = IntegrationTest;
Expand Down
2 changes: 2 additions & 0 deletions src/Apps/DK/FIK/test/src/TestBankImpGenJnlLine.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
codeunit 148026 "Test Bank Imp. Gen. Jnl. Line"
#pragma warning restore AS0011
{
Subtype = Test;
TestType = IntegrationTest;
Expand Down
2 changes: 2 additions & 0 deletions src/Apps/DK/FIK/test/src/TestFIKImpPmtRecJnl.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
Codeunit 148034 "TestFIKImp.Pmt. Rec. Jnl."
#pragma warning restore AS0011
{
Subtype = Test;
TestType = IntegrationTest;
Expand Down
2 changes: 2 additions & 0 deletions src/Apps/DK/FIK/test/src/TestMatchFIKBankPmtApp.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
Codeunit 148033 TestMatchFIKBankPmtApp
#pragma warning restore AS0011
{

Subtype = Test;
Expand Down
2 changes: 2 additions & 0 deletions src/Apps/DK/FIK/test/src/TestMatchFIKGenJnl.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
Codeunit 148032 TestMatchFIKGenJnl
#pragma warning restore AS0011
{

Subtype = Test;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
codeunit 148027 "TestPmtExport Validation DK UT"
#pragma warning restore AS0011
{
EventSubscriberInstance = Manual;
Subtype = Test;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma warning disable AA0247
#pragma warning disable AS0103, PTE0004 // Accepted: this internal table is intentionally accessed only by its owning infrastructure and is not exposed through user permission sets. Tracked by AB#640773.
table 19298 "India Data Transfer Statistics"
#pragma warning restore AS0103, PTE0004
{
DataClassification = CustomerContent;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma warning disable AA0247
#pragma warning disable AS0103, PTE0004 // Accepted: this internal table is intentionally accessed only by its owning infrastructure and is not exposed through user permission sets. Tracked by AB#640773.
table 19299 "India Migration Company"
#pragma warning restore AS0103, PTE0004
{
DataPerCompany = false;
DataClassification = CustomerContent;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma warning disable AA0247
#pragma warning disable AS0103, PTE0004 // Accepted: this internal table is intentionally accessed only by its owning infrastructure and is not exposed through user permission sets. Tracked by AB#640773.
table 19300 "India Migration Worksheet"
#pragma warning restore AS0103, PTE0004
{
fields
{
Expand Down
2 changes: 2 additions & 0 deletions src/Apps/NA/MX_DIOT/test/src/MXDIOTUT.Codeunit.al
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#pragma warning disable AS0011 // Accepted: renaming this existing object to add the mandatory affix would break references. Tracked by AB#640773.
codeunit 148041 "MX DIOT UT"
#pragma warning restore AS0011
{
Subtype = Test;
TestType = IntegrationTest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ permissionsetextension 42800 "SL D365 Basic Ext." extends "D365 BASIC"
tabledata "SL Hist. LotSerT Archive" = R,
tabledata "SL Hist. Migration Cur. Status" = R,
tabledata "SL Hist. Migration Step Status" = R,
tabledata "SL Hist. PJEmploy" = R,
tabledata "SL Hist. PJProj" = R,
tabledata "SL Hist. PJTran" = R,
tabledata "SL Hist. PJTranEx" = R,
tabledata "SL Hist. POReceipt" = R,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ permissionsetextension 42801 "SL D365 Full Access Ext." extends "D365 FULL ACCES
tabledata "SL Hist. LotSerT Archive" = RIMD,
tabledata "SL Hist. Migration Cur. Status" = RIMD,
tabledata "SL Hist. Migration Step Status" = RIMD,
tabledata "SL Hist. PJEmploy" = RIMD,
tabledata "SL Hist. PJProj" = RIMD,
tabledata "SL Hist. PJTran" = RIMD,
tabledata "SL Hist. PJTranEx" = RIMD,
tabledata "SL Hist. POReceipt" = RIMD,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ permissionset 42801 "SL Historical Querys"
tabledata "SL Hist. LotSerT Archive" = RIMD,
tabledata "SL Hist. Migration Cur. Status" = RIMD,
tabledata "SL Hist. Migration Step Status" = RIMD,
tabledata "SL Hist. PJEmploy" = RIMD,
tabledata "SL Hist. PJProj" = RIMD,
tabledata "SL Hist. PJTran" = RIMD,
tabledata "SL Hist. PJTranEx" = RIMD,
tabledata "SL Hist. POReceipt" = RIMD,
Expand Down Expand Up @@ -103,6 +105,8 @@ permissionset 42801 "SL Historical Querys"
table "SL Hist. LotSerT Archive" = X,
table "SL Hist. Migration Cur. Status" = X,
table "SL Hist. Migration Step Status" = X,
table "SL Hist. PJEmploy" = X,
table "SL Hist. PJProj" = X,
table "SL Hist. PJTran" = X,
table "SL Hist. PJTranEx" = X,
table "SL Hist. POReceipt" = X,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ permissionsetextension 47002 "SLD365 BASIC ISV - MSL" extends "D365 BASIC ISV"
tabledata "SL PJEquip" = RIMD,
tabledata "SL PJPent" = RIMD,
tabledata "SL PJProj" = RIMD,
tabledata "SL PurchOrd" = RIMD,
tabledata "SL PurOrdDet" = RIMD,
tabledata "SL SOHeader" = RIMD,
tabledata "SL SOLine" = RIMD,
tabledata "SL SOType" = RIMD,
#pragma warning restore AL0432
#endif
tabledata "SL PurchOrd" = RIMD,
tabledata "SL PurOrdDet" = RIMD,
tabledata SLGLAcctBalByPeriod = RIMD,
tabledata "SL Period List Work Table" = RIMD;
}
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ permissionsetextension 47001 "SLD365 BASIC - MSL" extends "D365 BASIC"
tabledata "SL PJEquip" = RIMD,
tabledata "SL PJPent" = RIMD,
tabledata "SL PJProj" = RIMD,
tabledata "SL PurchOrd" = RIMD,
tabledata "SL PurOrdDet" = RIMD,
tabledata "SL SOHeader" = RIMD,
tabledata "SL SOLine" = RIMD,
tabledata "SL SOType" = RIMD,
#pragma warning restore AL0432
#endif
tabledata "SL PurchOrd" = RIMD,
tabledata "SL PurOrdDet" = RIMD,
tabledata SLGLAcctBalByPeriod = RIMD,
tabledata "SL Period List Work Table" = RIMD;
}
Loading
Loading