Codeunit 9170 Conf./Personalization Mgt. in 23
- App
- Base Application
- Namespace
- System.Environment.Configuration
Versions171819202122232425262728latest
Source29
Procedures, 27
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| DefaultRoleCenterID | () | Integer | public | - | |||
| GetCurrentProfile | (var Record All Profile) | public | - | ||||
| GetCurrentProfileNoError | (var Record All Profile) | Boolean | public | - | |||
| TryGetDefaultProfileForCurrentUser | (var Record All Profile) | Boolean | public | - | |||
| IsCurrentProfile | (Option, Guid, Code[30]) | Boolean | public | - | |||
| SetCurrentProfile | (Record All Profile) | public | - | ||||
| CopyProfileWithUserInput | (Record All Profile, var Record All Profile) | public | - | ||||
| CopyProfile | (Record All Profile, Code[30], Text[100], var Record All Profile) | public | - | ||||
| ClearProfileConfiguration | (Record All Profile) | public | - | ||||
| ClearUserPersonalization | (Record User Personalization) | public | Pending 22.0 | ||||
| This procedure cleared old "User Metadata" as well. Use ClearPersonalizedPagesForUser instead. | |||||||
| ChangeDefaultRoleCenter | (Record All Profile) | public | - | ||||
| ValidateDeleteProfile | (Record All Profile) | public | - | ||||
| ValidateDisableProfile | (Record All Profile) | public | - | ||||
| FilterToInstalledLanguages | (var Record Windows Language) | public | - | ||||
| DownloadProfileConfigurationPackage | () | public | - | ||||
| CopyProfilePageMetadata | (Record All Profile, Record All Profile) | public | Pending 18.0 | ||||
| Use procedure CopyProfile instead, which also handles copying page metadata. | |||||||
| RaiseOnOpenRoleCenterEvent | () | public | - | ||||
| SetOtherProfilesAsNonDefault | (Record All Profile) | public | - | ||||
| ChangePersonalizationForUserGroupMembers | (Code[20], Code[30], Code[30]) | public | - | ||||
| ExtractZipFile | (Text, Text) | public | - | ||||
| GetProfileConfigurationUrlForWeb | (Record All Profile) | Text | public | - | |||
| CanDeleteProfile | (Record All Profile) | Boolean | public | - | |||
| GetProfileUrlParameterForEvaluationCompany | () | Text | public | - | |||
| OpenProfileCustomizationUrl | (Record All Profile) | public | - | ||||
| IsProfileIdAmbiguous | (Record All Profile) | Boolean | public | - | |||
| ClearPersonalizedPagesForUser | (Guid) | public | - | ||||
| ChangePersonalizationForUserGroupMembers | (Record User Group, Record User Group) | public | - | ||||
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnProfileChanged | (Record All Profile, Record All Profile) | - |
| Integration event | OnAfterCopyProfile | (var Record All Profile, Record All Profile) | - |
| Integration event | OnAfterGetDefaultRoleCenter | (var Integer) | - |
| Integration event | OnRoleCenterOpen | () | - |
| Integration event | OnBeforeValidateDeleteProfile | (Record All Profile, var Boolean) | - |