Codeunit WSB_CDPPermSetRestriction
Implements functionality for restricting permission sets to prevent exposure of confidential data.
Properties
Methods
wgFncIsPermissionSetRestricted
Returns whether the permission set with specified scope, app ID and role ID is a restricted permission set.
Parameters
Type |
Name |
Description |
Option |
pScope |
The scope of the permission set. |
Guid |
pAppID |
The app ID of the permission set. |
Code[20] |
pRoleID |
The role ID of the permission set. |
Returns
Type |
Description |
Boolean |
true if the permission set is a restricted permission set. |
Page WSB_CDPRestrictedPermSets
A list page for viewing all restricted permission sets.
Properties
Name |
Value |
ApplicationArea |
#All |
Caption |
Restricted Permission Sets |
DeleteAllowed |
False |
Editable |
False |
InsertAllowed |
False |
ModifyAllowed |
False |
PageType |
List |
SourceTable |
70257895 |
UsageCategory |
None |