Page 8622 Config. Related Fields

App
Base Application
Namespace
System.IO
Versions
17-28
Source table
8624

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/System/RapidStart/ConfigRelatedFields.Page.al39 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.IO;

page 8622 "Config. Related Fields"
{
    Caption = 'Config. Related Fields';
    PageType = List;
    SourceTable = "Config. Related Field";

    layout
    {
        area(content)
        {
            repeater(Group)
            {
                field("Field ID"; Rec."Field ID")
                {
                    ApplicationArea = Basic, Suite;
                    ToolTip = 'Specifies the ID of the field in the related table.';
                }
                field("Field Name"; Rec."Field Name")
                {
                    ApplicationArea = Basic, Suite;
                    ToolTip = 'Specifies the name of the field in the configuration table that is related to the relation table.';
                }
                field("Field Caption"; Rec."Field Caption")
                {
                    ApplicationArea = Basic, Suite;
                    ToolTip = 'Specifies the caption of the field in the configuration table that is related to the relation table.';
                }
            }
        }
    }

    actions
    {
    }
}