---
title: "Codeunit 9175 User Settings Impl."
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/9175-user-settings-impl/
type: codeunit
id: 9175
name: "User Settings Impl."
app: "System Application"
namespace: System.Environment.Configuration
versions: "19-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/9175-user-settings-impl/source/24/ https://jonas-paprotka.de/ref/codeunit/9175-user-settings-impl/source/25/ https://jonas-paprotka.de/ref/codeunit/9175-user-settings-impl/source/26/ https://jonas-paprotka.de/ref/codeunit/9175-user-settings-impl/source/27/ https://jonas-paprotka.de/ref/codeunit/9175-user-settings-impl/source/28/ https://jonas-paprotka.de/ref/codeunit/9175-user-settings-impl/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 9175 User Settings Impl.

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/9175-user-settings-impl/

| | |
| --- | --- |
| App | System Application |
| Namespace | System.Environment.Configuration |
| Versions | 19-28 |
| Source file | User Settings/src/UserSettingsImpl.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetPageId | () | Integer | public | 19-28 | - | - |
| GetLastLoginInfo | (DateTime) | Text | public | 19-28 | - | - |
| GetProfileName | (Option, Guid, Code[30]) | Text | public | 19-28 | - | - |
| ProfileLookup | (var Record User Settings) | - | public | 19-28 | - | - |
| PopulateProfiles | (var Record All Profile) | - | public | 19-28 | - | - |
| GetUserSettings | (Guid, var Record User Settings) | - | public | 19-28 | - | - |
| RefreshUserSettings | (var Record User Settings) | - | public | 19-28 | - | - |
| UpdateUserSettings | (Record User Settings, Record User Settings) | - | public | 19-28 | - | - |
| GetCompanyDisplayName | (Text[30]) | Text[250] | public | 19-28 | - | - |
| GetCompanyDisplayName | (Record Company) | Text[250] | public | 19-28 | - | - |
| GetAllUsersSettings | (var Record User Settings) | - | public | 19-28 | - | - |
| LookupCompanies | (var Text[30]) | - | public | 19-28 | - | - |
| GetAllowedCompaniesForCurrentUser | (var Record Company) | - | public | 19-28 | - | - |
| InitializePlatformSettings | (Guid, var Record User Personalization) | - | public | 19-28 | - | - |
| InitializeAppSettings | (Guid, var Record Extra Settings) | - | public | 19-22 | Pending 20.0 | Replaced with function that takes Application User Settings record |
| GetAppSettings | (Guid, var Record Extra Settings) | - | public | 19-22 | Pending 20.0 | Replaced with function that takes Application User Settings record |
| GetPlatformSettings | (Guid, var Record User Personalization) | - | public | 19-28 | - | - |
| GetUsersFullName | (Guid) | Text | public | 19-28 | - | - |
| DisableTeachingTips | (Guid) | - | public | 19-28 | - | - |
| EnableTeachingTips | (Guid) | - | public | 19-28 | - | - |
| OpenUserSettings | (Guid) | - | public | 19-28 | - | - |
| HideExternalUsers | (var Record User Personalization) | - | public | 19-28 | - | - |
| CheckPermissions | (var Record User Settings) | - | public | 19-28 | - | - |
| CheckPermissions | (var Record User Personalization) | - | public | 19-28 | - | - |
| EditUserID | (var Record User Personalization) | Boolean | public | 19-28 | - | - |
| EditProfileID | (var Record User Personalization) | - | internal | 19-28 | - | - |
| InitializeAppSettings | (Guid, var Record Application User Settings) | - | public | 20-28 | - | - |
| GetAppSettings | (Guid, var Record Application User Settings) | - | public | 20-28 | - | - |
| TeachingTipsEnabled | (Guid) | Boolean | public | 21-28 | - | - |
| HideUsersDependingOnPermissions | (var Record User Personalization) | - | public | 23-28 | - | - |
| IsLegacyActionBarEnabled | (Guid) | Boolean | public | 24-28 | - | - |
| DisableLegacyActionBar | (Guid) | - | public | 24-28 | - | - |
| EnableLegacyActionBar | (Guid) | - | public | 24-28 | - | - |
| ShowLegacyActionBarSurvey | () | - | public | 24-25 | - | - |
| UpdateUserSettings | (Record User Settings) | - | public | 25-28 | - | - |
| GetAllowedCompaniesForUser | (Guid, var Record Company) | - | public | 27-28 | - | - |

## Source

Symbols: Microsoft.SystemApplication.symbols.63ca2fa4-4f03-4f2b-a480-172fef340d3f, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 24: https://github.com/microsoft/BCApps, MIT, releases/24.x at fe14d3e6db00d28df3a69c7bba830813d70794e2.
AL source 25: https://github.com/microsoft/BCApps, MIT, releases/25.x at 68d52c129129c83b2e396a473aaa5b2ce61d2eed.
AL source 26: https://github.com/microsoft/BCApps, MIT, releases/26.x at 78c4acf0d64a8eee157ea80164fa8fc2acffc9eb.
AL source 27: https://github.com/microsoft/BCApps, MIT, releases/27.x at 1749020b4c9445a43e4f7f540e89b7fa76ec25fd.
AL source 28: https://github.com/microsoft/BCApps, MIT, releases/28.x at 740f59156b249f8ed7cba2e28423f03ae7b07233.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
