Issue#7867: Removed the access restriction for procedures in the confirmation window.#8871
Open
arvindbinarystream wants to merge 1 commit into
Open
Issue#7867: Removed the access restriction for procedures in the confirmation window.#8871arvindbinarystream wants to merge 1 commit into
arvindbinarystream wants to merge 1 commit into
Conversation
Contributor
Copilot PR ReviewIteration 1 · Outcome: completed Knowledge source: https://github.com/microsoft/BCQuality@822cae1b2771ac25f665f73369f69093bd4fd630 Orchestrator pre-filter (13 file(s) excluded)
Findings produced by the Copilot CLI agent against BCQuality at |
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
This change allows us to use the confirmation window without any restrictions, eliminating the need to add a copy object to our app. Since the page has no source table and is a standard dialog type, the update is minor and does not introduce any significant impact.
Linked work
Fixes #7867
For this issue, we also needed to add a few procedures to the facade codeunit, but I didn’t include those changes since another PR from @Franco111000 is already open: #8713
How I validated this
What I tested and the outcome (required — be specific: scenarios, commands, screenshots for UI changes)
Risk & compatibility