Skip to content

Commit

Permalink
[25.x] Private/mattinielsen/change invalid filter text 25 x (#2386)
Browse files Browse the repository at this point in the history
<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->

Change the text of the invalid filter error

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes
[AB#557943](https://dynamicssmb2.visualstudio.com/Dynamics%20SMB/_workitems/edit/557943/)
  • Loading branch information
DenLilleMand authored Nov 20, 2024
1 parent 08300d6 commit 33158a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 33158a1

Please sign in to comment.