Table 8350 MCP API Publisher Group in 27
- App
- System Application
- Namespace
- System.MCP
Versions171819202122232425262728latest
Source in 27
src/System Application/App/MCP/src/Configuration/Tables/MCPAPIPublisherGroup.Table.al39 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 8350 "MCP API Publisher Group"
{
Access = Internal;
DataClassification = SystemMetadata;
TableType = Temporary;
fields
{
field(1; "API Publisher"; Text[40])
{
DataClassification = ToBeClassified;
Caption = 'API Publisher';
}
field(2; "API Group"; Text[40])
{
DataClassification = ToBeClassified;
Caption = 'API Group';
}
}
keys
{
key(Key1; "API Publisher", "API Group")
{
Clustered = true;
}
}
fieldgroups
{
}
}Fields, 2
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | API Publisher | Text[40] | - |
| 2 | API Group | Text[40] | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | API Publisher, API Group | - |