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
[master] NORWAY - Test Report (ID 2) cannot be run and throw validation errors about field reference that is not more included in the dataset of the Norway version#9530
Issue: Report fails validation/rendering on missing dataset fields. Cause: NO layout referenced old field names (VATCaption/BalVATCodeCaption/VATCode/BalVATCode_GenJnlLine) after they were renamed to VATNumber.... Solution: Updated the 4 references to the new field names so the layout matches the dataset.
Workitem: Bug 642372: [master][all-e]NORWAY - Test Report (ID 2) cannot be run and throw validation errors about field reference that is not more included in the dataset of the Norway version
The only changed file is a Report layout (GeneralJournalTest.rdlc), an RDLC XML resource, not AL source. Its four edits correct dataset-column references (VATCode_GenJnlLine -> VATNumber_GenJnlLine, etc.) to match the already-renamed columns in GeneralJournalTest.Report.al; no stale references to the old column names remain. No AL sub-skill's knowledge domain (performance, security, privacy, upgrade, style, UI, error-handling, events, interfaces, breaking-changes, web-services, testing, data-modeling, query, appsource, telemetry) targets RDLC layout markup, so every sub-skill is not applicable to this diff. The cross-cutting self-review pass also found no defect: the change is a mechanical, internally-consistent rename fix with no remaining inconsistency.
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
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.
Issue: Report fails validation/rendering on missing dataset fields.
Cause: NO layout referenced old field names (VATCaption/BalVATCodeCaption/VATCode/BalVATCode_GenJnlLine) after they were renamed to VATNumber....
Solution: Updated the 4 references to the new field names so the layout matches the dataset.
Workitem: Bug 642372: [master][all-e]NORWAY - Test Report (ID 2) cannot be run and throw validation errors about field reference that is not more included in the dataset of the Norway version
Fixes AB#642372