-
Notifications
You must be signed in to change notification settings - Fork 667
Deprecate more finance rdlc reports #28526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Deprecate more finance rdlc reports #28526
Conversation
… created Page Extensions.
…sions and Event Handler Codeunit.
…n names to standard with EXR prefix.
Processing this PR. The branch is now locked 🔒 Please don't push updates unless otherwise agreed. |
Build error: EXRFinRoleCenter.PageExt.al(2,20): error AS0031: The action with name 'EXRVendorTopList' defined in PageExtension 'EXRFinRoleCenter' was found in the previous version, but is missing in the current extension. This will break dependent extensions. |
Thanks @JesperSchulz I've setup AppSourceCop so I can detect these breaking changes, made the fix and checked for any others. |
Summary
Replace references to deprecated RDLC finance reports with new Excel reports.

Some captions remain as (Preview) rather than (Excel) as clean tags already existed.
Work Item(s)
Fixes #28525
Related Base App PR - https://github.com/microsoft/BusinessCentralApps/pull/1363.
Fixes AB#591379