[releases/29.x] Missing teaching tip on page 9852 (Effective Permissions) - an agent should be able to handle this - #10997
Open
Onat Buyukakkus (onbuyuka) wants to merge 1 commit into
Open
Conversation
) ## What & why Page 9852 (Effective Permissions) was missing a teaching tip, so users opening the page got no in-product explanation of what "effective permissions" are or how to use them. This adds the page-level `AboutTitle` and `AboutText` properties so the page shows a teaching tip, consistent with the sibling permission pages (e.g. Permission Set by User, Permissions Overview, Permission Sets). ## Linked work Fixes [AB#638696](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/638696) ## How I validated this - [x] I read the full diff and it contains only changes I intended. - [x] I built the affected file locally with no new analyzer warnings. - [ ] I ran the change in Business Central and confirmed it behaves as expected. - [x] I added or updated tests for the new behavior, or explained below why none are needed. **What I tested and the outcome** - Change is limited to two static page metadata properties (`AboutTitle`/`AboutText`) on page 9852, mirroring the exact pattern used by neighboring pages in `System/Permissions`. - Verified with the AL compiler (`al_getdiagnostics`) that `EffectivePermissions.Page.al` compiles with **0 errors and 0 new warnings** after the change. The only diagnostic on the file is a pre-existing warning about `SourceTable = Permission` being marked for removal, which is unrelated to this change. - No tests added: teaching tips are static UI metadata (`AboutTitle`/`AboutText`) with no logic to exercise, and sibling permission pages that define the same properties have no dedicated tests. ## Risk & compatibility None. This is a metadata-only addition of a teaching tip; there is no behavioral, data, permission, or upgrade impact. The strings are translatable and will be picked up by the standard translation extraction. Copilot-Session: d77332c6-59ac-4ca4-b8f3-342b6baa5d33
Onat Buyukakkus (onbuyuka)
enabled auto-merge (squash)
September 3, 2026 10:27
Wenjie Fan (gggdttt)
approved these changes
Sep 3, 2026
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.
Summary
Backport of bug #638696 to releases/29.x.
Fixes AB#648898
Original PR: #10579