| procedure | ResolveAppNameFromAppId(Guid) | Pending | 19.0 | 19 | 21, gone |
| Use function "GetAppName" from Codeunit "Extension Management". |
| procedure | ClearUserPersonalization(Record User Personalization) | Pending | 22.0 | 22 | 24, gone |
| This procedure cleared old "User Metadata" as well. Use ClearPersonalizedPagesForUser instead. |
| procedure | ValidateTimeZone(var Text) | Pending | 19.0 | 19 | 21, gone |
| Please use the method "ValidateTimeZone" from codeunit "Time Zone Selection". |
| procedure | LookupTimeZone(var Text) | Pending | 19.0 | 19 | 21, gone |
| Please use the method "LookupTimeZone" from codeunit "Time Zone Selection". |
| procedure | CopyProfilePageMetadata(Record All Profile, Record All Profile) | Pending | 18.0 | 18 | 24, gone |
| Use procedure CopyProfile instead, which also handles copying page metadata. |
| procedure | GetSettingsPageID() | Pending | 19.0 | 19 | 21, gone |
| Use function "GetPageId" from codeunit "User Settings" instead. |
| event | OnBeforeOpenSettings(var Integer, var Boolean) | Pending | 19.0 | 19 | 21, gone |
| Use the event OnBeforeOpenSettings from Codeunit User Settings instead. |