Interface MCP Config Warning, source in 29

Source2829

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