Page 5992 Troubleshooting Subform, source in 29
Source29
src/Layers/W1/BaseApp/Service/Maintenance/TroubleshootingSubform.Page.al35 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.Service.Maintenance;
page 5992 "Troubleshooting Subform"
{
AutoSplitKey = true;
Caption = 'Lines';
LinksAllowed = false;
PageType = ListPart;
SourceTable = "Troubleshooting Line";
layout
{
area(content)
{
repeater(Control1)
{
ShowCaption = false;
field(Comment; Rec.Comment)
{
ApplicationArea = Comments;
}
}
}
}
actions
{
}
}