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. |