[Master] - Bug 646163 Consolidate country demo data apps into one app - #10045
Draft
v-rohangarg20 wants to merge 14 commits into
Draft
[Master] - Bug 646163 Consolidate country demo data apps into one app#10045v-rohangarg20 wants to merge 14 commits into
v-rohangarg20 wants to merge 14 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Workitem Bug 646163: [master] [Expense Agent] [Demo Data] Consolidate country demo data apps into one app
Fixes AB#646163
Issue: The Expense Agent demo data was split across ~10 separate country-specific demo data apps. Maintaining, versioning, and shipping the demo data as many independent apps caused duplication, inconsistent data between countries, and extra overhead every time a change had to be applied everywhere.
Cause: Each country (US, GB, CA, AU, NZ, DE, DK, ES, FR, AT, …) had its own standalone Expense demo data app with largely duplicated setup/master data logic and per-app app.json, dependencies, and translations. There was no shared/single source, so any demo-data change had to be repeated across all apps.
Solution: Consolidated the country demo data apps into a single Demo Data app. Common demo data generation now lives in one app, with country-specific values handled through localization/overlays inside it rather than separate apps. This removes the duplicated project files and codeunits, keeps demo data consistent across countries, and reduces maintenance to a single place. No behavioral change to the generated demo data beyond the consolidation.