Table 8354 MCP API Version in 28
- App
- System Application
- Namespace
- System.MCP
Versions171819202122232425262728latest
Source2829
Source in 28
src/System Application/App/MCP/src/Configuration/Tables/MCPAPIVersion.Table.al33 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.MCP;
table 8354 "MCP API Version"
{
Access = Internal;
DataClassification = SystemMetadata;
TableType = Temporary;
fields
{
field(1; "API Version"; Text[30])
{
Caption = 'API Version';
}
}
keys
{
key(Key1; "API Version")
{
Clustered = true;
}
}
fieldgroups
{
}
}Fields, 1
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | API Version | Text[30] | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | API Version | - |