Table 9011 User Environment Login in 25
- App
- System Application
- Namespace
- System.Security.User
Versions171819202122232425262728latest
Source in 25
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
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | User SID | Guid | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | User SID | - |