Page 9630 Page Fields Selection List, source in 29
Source29
src/Layers/W1/BaseApp/Modules/System/PageDesigner/PageFieldsSelectionList.Page.al27 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Tooling;
page 9630 "Page Fields Selection List"
{
Caption = 'Select Field';
Editable = false;
PageType = List;
SourceTable = "Page Table Field";
layout
{
area(content)
{
repeater(Control2)
{
ShowCaption = false;
field(Caption; Caption)
{
ApplicationArea = Basic, Suite;
Caption = 'Name';
ToolTip = 'Specifies the primary name associated with the field.';
}
}
}
}
}