Page 356 Printers

App
Base Application
Namespace
System.Device
Versions
17-28
Source table
2000000039

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Modules/System/PrinterManagement/Printers.Page.al44 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Device;

page 356 Printers
{
    Caption = 'Printers';
    Editable = false;
    PageType = List;
    SourceTable = Printer;

    layout
    {
        area(content)
        {
            repeater(Control1)
            {
                ShowCaption = false;
                field(ID; Rec.ID)
                {
                    ApplicationArea = Basic, Suite;
                    ToolTip = 'Specifies the ID that applies.';
                }
            }
        }
        area(factboxes)
        {
            systempart(Control1900383207; Links)
            {
                ApplicationArea = RecordLinks;
                Visible = false;
            }
            systempart(Control1905767507; Notes)
            {
                ApplicationArea = Notes;
                Visible = false;
            }
        }
    }

    actions
    {
    }
}