Table 9172 User Settings in 24
- App
- System Application
- Namespace
- System.Environment.Configuration
Versions171819202122232425262728latest
Source in 24
src/System Application/App/User Settings/src/UserSettings.Table.al98 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace System.Environment.Configuration;
using System.Reflection;
using System.Environment;
/// <summary>
/// Temporary table that combines the settings defined by platform and application
/// </summary>
table 9172 "User Settings"
{
TableType = Temporary;
InherentEntitlements = X;
InherentPermissions = X;
DataClassification = SystemMetadata;
fields
{
field(1; "User Security ID"; Guid)
{
Caption = 'User Security ID';
DataClassification = SystemMetadata;
}
field(2; "User ID"; Code[50])
{
Caption = 'User ID';
DataClassification = SystemMetadata;
}
field(3; Initialized; Boolean)
{
Caption = 'Initialized';
DataClassification = SystemMetadata;
}
field(9; "Profile ID"; Code[30])
{
Caption = 'Profile ID';
TableRelation = "All Profile"."Profile ID";
DataClassification = SystemMetadata;
}
field(10; "App ID"; Guid)
{
Caption = 'App ID';
DataClassification = SystemMetadata;
}
field(11; Scope; Option)
{
Caption = 'Scope';
OptionCaption = 'System,Tenant';
OptionMembers = System,Tenant;
DataClassification = SystemMetadata;
}
field(12; "Language ID"; Integer)
{
Caption = 'Language ID';
DataClassification = SystemMetadata;
}
field(15; Company; Text[30])
{
Caption = 'Company';
TableRelation = Company.Name;
DataClassification = SystemMetadata;
}
field(27; "Locale ID"; Integer)
{
Caption = 'Locale ID';
DataClassification = SystemMetadata;
}
field(30; "Time Zone"; Text[180])
{
Caption = 'Time Zone';
DataClassification = SystemMetadata;
}
field(32; "Work Date"; Date)
{
Caption = 'Work Date';
DataClassification = SystemMetadata;
}
field(34; "Last Login"; DateTime)
{
Caption = 'Last Login Info';
DataClassification = SystemMetadata;
}
field(100; "Teaching Tips"; Boolean)
{
Caption = 'Teaching Tips';
DataClassification = CustomerContent;
}
field(101; "Legacy Action Bar"; Boolean)
{
Caption = 'Legacy Action Bar';
DataClassification = CustomerContent;
}
}
}Fields, 14
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | User Security ID | Guid | - |
| 2 | User ID | Code[50] | - |
| 3 | Initialized | Boolean | - |
| 9 | Profile ID | Code[30] | - |
| 10 | App ID | Guid | - |
| 11 | Scope | Option | - |
| 12 | Language ID | Integer | - |
| 15 | Company | Text[30] | - |
| 27 | Locale ID | Integer | - |
| 30 | Time Zone | Text[180] | - |
| 32 | Work Date | Date | - |
| 34 | Last Login | DateTime | - |
| 100 | Teaching Tips | Boolean | - |
| 101 | Legacy Action Bar | Boolean | - |