Table 1750 Fields Sync Status in 27
- App
- System Application
- Namespace
- System.Privacy
Versions171819202122232425262728latest
Source in 27
src/System Application/App/Data Classification/src/FieldsSyncStatus.Table.al36 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.Privacy;
table 1750 "Fields Sync Status"
{
Access = Internal;
InherentEntitlements = X;
InherentPermissions = X;
fields
{
field(1; ID; Code[2])
{
DataClassification = SystemMetadata;
}
field(2; "Last Sync Date Time"; DateTime)
{
DataClassification = SystemMetadata;
}
}
keys
{
key(Key1; ID)
{
Clustered = true;
}
}
}
Fields, 2
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | ID | Code[2] | - |
| 2 | Last Sync Date Time | DateTime | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | ID | - |