MSlenejennum/647454/sales internal new body layouts and obsolete current - #10495
Draft
MSlenejennum wants to merge 5 commits into
Draft
MSlenejennum/647454/sales internal new body layouts and obsolete current#10495MSlenejennum wants to merge 5 commits into
MSlenejennum wants to merge 5 commits into
Conversation
…urrent Word layouts Cherry-picked from BCApps/features/643211/composite-layout-with-pr10134: - Report 107 Customer - Order Summary - Report 114 Salesperson - Sales Statistics - Report 115 Salesperson - Commission Each report gets a new WordBody layout (Subtype = Body) with its *Body.docx file, and the existing Word layout is marked ObsoleteState = Pending with ObsoleteTag 30.0. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…s/643211/migrate-existing-word-report-layouts-to-composite-document-report-structure Takes the 6 files (3 .Report.al + 3 *Body.docx) verbatim from that branch, tip 8443b74, for: - Report 107 Customer - Order Summary - Report 114 Salesperson - Sales Statistics - Report 115 Salesperson - Commission Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ejennum/647454/Sales-Internal-New-Body-Layouts-And-Obsolete-Current
…ejennum/647454/Sales-Internal-New-Body-Layouts-And-Obsolete-Current
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.
What & why
all reports run with default theme and header footer design internal.
Each report gets a new
WordBodylayout with a body-only*Body.docx, and its existingWordlayout is marked
ObsoleteState = Pending/ObsoleteTag = '32.0'behind#if not CLEAN32.DefaultRenderingLayoutstaysExcel, and Excel/RDLC layouts are untouched, so nothing changesfor existing users.
DefaultHeaderFooterPart/DefaultThemePartare commented out until theparts from 647452 land.
Linked work
AB#647454 — related: AB#647452, AB#646487
How I validated this
What I tested and the outcome
Risk & compatibility
No default behavior change. The old Word layouts are obsoleted, not removed — partners with
derived layouts get a compile warning and should move to the body layout before the 32.0 cleanup.
Follow-up: enable the header/footer and theme parts once 647452 is merged.
Attacnhed you find the