Interface MCP Config Warning

App
System Application
Namespace
System.MCP
Versions
28

Procedures, 4

Versions171819202122232425262728

Source2829

Source in 29

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");
}