Announcements
Hi,
Is there a way to hide advanced settings
and assisted setup in a profile? Is there a way to block the whole page.
Thanks in advance
Thank you. I am going to go with this solution
Hi, It's weird, Error breaks opening the page, so this shouldn't happen.
Are you using Message? not Error?
Test Video:
[View:/cfs-file/__key/communityserver-discussions-components-files/758/Test06240828.mp4:1024:768
pageextension 50100 MyExtension5 extends "Advanced Settings" { trigger OnOpenPage() var UserPermissions: Codeunit "User Permissions"; begin if not UserPermissions.IsSuper(UserSecurityId()) then Error('Only super user can open Advanced Settings!'); end; }
Hope this helps.
Thanks.
ZHU
Thanks again. The error message got displayed but the Advanced Settings window opens along with the error message. Can you please suggest a solution to close the Advanced Settings window. My user is not a Super user
I created a copy and when I changed Advanced Settings Permission, my user lost access to profile.:(
Hi, the method of using permission management provided by MahGah is the best, I just add another custom way.
For example, Only super user can open advanced settings.
Hope this helps as well.
Thanks.
ZHU
I usually Copy the permission I need (since I cannot edit built in permissions) then Edit that. I below I created new permission from basic permission, then change Page 0 to indirect and then removed page 9202. Then I can switch user permission set to this new permission.
Thanks for the reply. I am not able to edit the permission set. I tried removing the row and then importing the permission set as a new one. But that didn't work. I tried changing Read /modify/insert/delete permission but that rolls back too.
Can you please help with steps on how to remove access to page 9202.
Hi
You need to remove user access to page 9202 (Advanced Settings ) (edit permission set and remove that page, make sure to not have Page then 0 which is all pages in permission set as well). Without that permission they cannot access that page.
Also, looks like sometimes next month we can Exclude permission which is easier method to handle this. See below discussion
André Arnaud de Cal...
294,217
Super User 2025 Season 1
Martin Dráb
232,978
Most Valuable Professional
nmaenpaa
101,158
Moderator