Interface MCP Config Warning in 28

App
System Application
Namespace
System.MCP

Procedures, 4

Versions171819202122232425262728latest

Source2829

Source in 28

src/System Application/App/MCP/src/Configuration/Interfaces/MCPConfigWarning.Interface.al17 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;

interface "MCP Config Warning"
{
    Access = Internal;

    procedure CheckForWarnings(ConfigId: Guid; var MCPConfigWarning: Record "MCP Config Warning"; var EntryNo: Integer);
    procedure WarningMessage(MCPConfigWarning: Record "MCP Config Warning"): Text;
    procedure RecommendedAction(MCPConfigWarning: Record "MCP Config Warning"): Text;
    procedure ApplyRecommendedAction(var MCPConfigWarning: Record "MCP Config Warning");
}

Procedures, 4

NameParametersReturnsAccessObsolete
CheckForWarnings(Guid, var Record MCP Config Warning, var Integer)public-
WarningMessage(Record MCP Config Warning)Textpublic-
RecommendedAction(Record MCP Config Warning)Textpublic-
ApplyRecommendedAction(var Record MCP Config Warning)public-