Page 2582 Dim Correction Settings, source in 29

Source29

src/Layers/W1/BaseApp/Finance/Dimension/Correction/DimCorrectionSettings.Page.al30 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 Microsoft.Finance.Dimension.Correction;

/// <summary>
/// Configuration page for dimension correction settings. Allows administrators to configure dimensions that are blocked from correction operations.
/// </summary>
page 2582 "Dim Correction Settings"
{
    PageType = ListPlus;
    ApplicationArea = All;
    UsageCategory = Administration;
    Caption = 'Dimension Correction Settings';
    AdditionalSearchTerms = 'dimension correction setup';

    layout
    {
        area(Content)
        {
            part(DimCorrectionBlockedSetup; "Dim Correction Blocked Setup")
            {
                ApplicationArea = All;
                Caption = 'Dimensions Blocked For Correction';
            }
        }
    }
}