Obsolete, 10

KindNameStateTagSeen fromLast seen
procedureAddUserToUserGroup(Guid, Code[20], Text[30])Pending22.02224, gone
User groups are replaced with security groups, where group membership is specified in M365 admin portal.
procedureAddUserToDefaultUserGroups(Guid)Pending22.02224, gone
Replaced with the AssignDefaultPermissionsToUser procedure.
procedureAddUserToDefaultUserGroupsForCompany(Guid, Text[30])Pending22.02224, gone
Replaced with the AssignDefaultPermissionsToUser procedure.
procedureResetUserToDefaultUserGroups(Guid)Pending22.02224, gone
Replaced with the ResetUserToDefaultPermissions procedure.
procedureAddUserGroupFromExtension(Code[20], Code[20], Guid)Pending22.02224, gone
User groups are replaced with security groups, use the method Add on the Security Group codeunit.
procedureGetDefaultProfileID(Guid, var Record All Profile)Pending26.02728
This procedure has been moved into codeunit "Conf./Personalization Mgt."
procedureCanManageUsersOnTenant(Guid)Pending16.01718, gone
Procedure is now part of codeunit User Permissions (System Application)
procedureUpdateHashForPermissionSet(Code[20])Pending18.01820, gone
The Permission Set table will be read only in the new permission system. The hash is no longer stored but recalculates every time.
procedureResetUsersToIntelligentCloudUserGroup()Pending22.02224, gone
Use the ResetUsersToIntelligentCloud procedure instead.
eventOnAssignCustomPermissionsToUser(Guid, Guid, var Boolean)Pending22.02224, gone
Custom permissions are handled within BaseApp and System Application.