Table 9011 User Environment Login, source in 29
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;
}
}
}