You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What: The word layouts and email body support has been added for purchase quote and sales shipment reports.
Why: The purchase quote and sales shipment documents can be sent by email.
PR adds Word-merge (email body) rendering support to PurchaseQuoteCZL and SalesShipmentCZL reports, plus wires up the corresponding demo-data report-selection codeunit. All changes precisely replicate the pre-existing pattern already used by sibling CZ reports (e.g. SalesQuoteCZL, SalesInvoiceCZL): DefaultRenderingLayout/WordMergeDataItem/rendering block, matching Label names/suffixes, matching RDL field additions, and matching codeunit token/label numbering by report ID. No knowledge-backed or agent-level defects were found; the self-review pass found no cross-cutting concerns clearing the precision bar.
Findings produced by the AL review agent v1.7.3. Reply 👎 on any inline comment to flag false positives.
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
OtherGitHub request for other area than SCM, Finance or IntegrationOwnership: Needs ReviewOwnership is Other, low confidence, or needs manual correction
1 participant
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
What: The word layouts and email body support has been added for purchase quote and sales shipment reports.
Why: The purchase quote and sales shipment documents can be sent by email.
Linked work
Fixes AB#640380
How I validated this