Table 8350 MCP API Publisher Group in 28

App
System Application
Namespace
System.MCP

Fields, 2Keys, 1

Versions171819202122232425262728latest

Source272829

Source in 28

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
    {
    }
}

Fields, 2

IdNameTypeObsolete
1API PublisherText[40]-
2API GroupText[40]-

Keys, 1

NameFieldsObsolete
Key1, clusteredAPI Publisher, API Group-