From 33158a1074741237b2432026138c6639fce21c6f Mon Sep 17 00:00:00 2001 From: Matti Andreas Nielsen Date: Wed, 20 Nov 2024 11:41:17 +0100 Subject: [PATCH] [25.x] Private/mattinielsen/change invalid filter text 25 x (#2386) #### Summary Change the text of the invalid filter error #### Work Item(s) Fixes [AB#557943](https://dynamicssmb2.visualstudio.com/Dynamics%20SMB/_workitems/edit/557943/) --- .../App/Edit in Excel/src/EditinExcelImpl.Codeunit.al | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System Application/App/Edit in Excel/src/EditinExcelImpl.Codeunit.al b/src/System Application/App/Edit in Excel/src/EditinExcelImpl.Codeunit.al index 44c70f1b81..c802b58e66 100644 --- a/src/System Application/App/Edit in Excel/src/EditinExcelImpl.Codeunit.al +++ b/src/System Application/App/Edit in Excel/src/EditinExcelImpl.Codeunit.al @@ -43,7 +43,7 @@ codeunit 1482 "Edit in Excel Impl." CreateEndpointForObjectTxt: Label 'Creating endpoint for %1 %2.', Locked = true; EditInExcelHandledTxt: Label 'Edit in excel has been handled.', Locked = true; EditInExcelOnlySupportPageWebServicesTxt: Label 'Edit in Excel only support web services created from pages.', Locked = true; - EditInExcelInvalidFilterErr: Label 'We had to remove the filters applied to the following fields because they are not available in the Office Add-In. As a result, the number of rows you see in Excel may differ from what you see in Dynamics 365 Business Central.\ \ Removed filters: %1', Comment = '%1 = The field filters we had to remove because they are not exposed through OData'; + EditInExcelInvalidFilterErr: Label 'Certain filters applied on the page are not available in Office, so more rows will be shown compared to Business Central.\ \ Removed filters: %1', Comment = '%1 = The field filters we had to remove because they are not exposed through OData'; DialogTitleTxt: Label 'Export'; ExcelFileNameTxt: Text; XmlByteEncodingTok: Label '_x00%1_%2', Locked = true;