Table 9999 Upgrade Tags in 24
- App
- System Application
- Namespace
- System.Upgrade
Versions171819202122232425262728latest
Source in 24
src/System Application/App/Upgrade Tags/src/UpgradeTags.Table.al52 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.Upgrade;
table 9999 "Upgrade Tags"
{
Access = Internal;
InherentEntitlements = rimdX;
InherentPermissions = rimdX;
Caption = 'Upgrade Tags';
DataClassification = SystemMetadata;
DataPerCompany = false;
fields
{
field(1; Tag; Code[250])
{
Caption = 'Tag';
DataClassification = SystemMetadata;
}
field(2; "Tag Timestamp"; DateTime)
{
Caption = 'Tag Timestamp';
DataClassification = SystemMetadata;
}
field(3; Company; Code[30])
{
Caption = 'Company';
DataClassification = SystemMetadata;
}
field(4; "Skipped Upgrade"; Boolean)
{
Caption = 'Skipped Upgrade';
DataClassification = SystemMetadata;
}
}
keys
{
key(Key1; Tag, Company)
{
Clustered = true;
}
}
}
Fields, 4
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Tag | Code[250] | - |
| 2 | Tag Timestamp | DateTime | - |
| 3 | Company | Code[30] | - |
| 4 | Skipped Upgrade | Boolean | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Tag, Company | - |