Table 9011 User Environment Login in 26

App
System Application
Namespace
System.Security.User

Fields, 1Keys, 1

Versions171819202122232425262728latest

Source242526272829

Source in 26

src/System Application/App/User Login Times/src/UserEnvironmentLogin.Table.al35 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.Security.User;

/// <summary>
/// Stores the user security IDs of the users who have logged in to the environment.
/// </summary>
table 9011 "User Environment Login"
{
    Access = Internal;
    InherentEntitlements = riX;
    InherentPermissions = riX;
    ReplicateData = false;
    DataPerCompany = false;

    fields
    {
        field(1; "User SID"; Guid)
        {
            DataClassification = EndUserPseudonymousIdentifiers;
        }
    }

    keys
    {
        key(Key1; "User SID")
        {
            Clustered = true;
        }
    }
}

Fields, 1

IdNameTypeObsolete
1User SIDGuid-

Keys, 1

NameFieldsObsolete
Key1, clusteredUser SID-