Codeunit WSB_CDPInternalPermSetMgt
Exposes procedures to help with identifying internal permissions (SUPER, SUPER (DATA) and SECURITY).
Properties
Methods
wgFncGetInternalPermissionSetRoleIDs
Gets the role IDs of the internal permission sets as a list.
Returns
Type |
Description |
List |
The list of role IDs of the internal permission sets. |
wgFncGetSuperPermissionSetRoleID
Gets the role ID of the SUPER permission set.
Returns
Type |
Description |
Code[20] |
The role ID of the SUPER permission set. |
wgFncIsInternalPermissionSet
Checks whether the permission set with specified role ID is an internal permission set (SUPER, SUPER (DATA) or SECURITY).
Parameters
Type |
Name |
Description |
Code[20] |
pRoleID |
The role ID of the permission set. |
Returns
Type |
Description |
Boolean |
true iff the permission set is an internal permission set. |