Page 1928 Media Cleanup FactBox, source in 24

Source242526272829metadata in 24

src/System Application/App/Data Administration/src/MediaCleanupFactbox.Page.al33 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.DataAdministration;

using System.Environment;

page 1928 "Media Cleanup FactBox"
{
    Caption = 'Media picture';
    DeleteAllowed = false;
    InsertAllowed = false;
    LinksAllowed = false;
    PageType = ListPart;
    SourceTable = "Tenant Media";

    layout
    {
        area(Content)
        {
#pragma warning disable AW0009
            field(MediaContent; Rec.Content)
#pragma warning restore AW0009
            {
                ApplicationArea = All;
                ShowCaption = false;
                ToolTip = 'Specifies the picture of the media.';
            }
        }
    }
}