Table 8350 MCP API Publisher Group
- App
- System Application
- Namespace
- System.MCP
- Versions
- 27-28
Versions171819202122232425262728
Source in 29
src/System Application/App/MCP/src/Configuration/Tables/MCPAPIPublisherGroup.Table.al37 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])
{
Caption = 'API Publisher';
}
field(2; "API Group"; Text[40])
{
Caption = 'API Group';
}
}
keys
{
key(Key1; "API Publisher", "API Group")
{
Clustered = true;
}
}
fieldgroups
{
}
}