Codeunit 418 User Management in 21
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 13
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| DisplayUserInformation | (Text) | public | - | |
| DisplayUserInformationBySID | (Guid) | public | - | |
| ValidateUserName | (Record User, Record User, Text) | public | - | |
| ValidateState | (var Record User, var Record User) | public | - | |
| BasicAuthDepricationNotificationId | () | Guid | public | - |
| BasicAuthDepricationNotificationDefault | (Boolean) | public | - | |
| BasicAuthDepricationNotificationShow | (Notification) | public | - | |
| DisableNotifications | (Notification) | public | - | |
| BasicAuthDepricationNotificationShowMore | (Notification) | public | - | |
| RenameUser | (Code[50], Code[50]) | public | - | |
| BasicAuthUsedNotificationId | () | Guid | public | - |
| BasicAuthUsedNotificationDefault | (Boolean) | public | - | |
| BasicAuthUsedNotificationShow | (Notification) | public | - |
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterRenameRecord | (var RecordRef, Integer, Integer, Code[50], Text[30]) | - |
| Integration event | OnAfterRenameUser | (Code[50], Code[50]) | - |
| Integration event | OnBeforeRenameUser | (Code[50], Code[50]) | - |
| Integration event | OnRenameUserOnBeforeProcessField | (Integer, Integer, Code[50], Code[50], var Boolean) | - |
| Integration event | OnValidateUserNameOnAfterCalcCheckForWindowsUserName | (Record User, Text, var Boolean) | - |