Page 6021 Resource Service Zones, source in 29
Source29
src/Layers/W1/BaseApp/Service/Resources/ResourceServiceZones.Page.al60 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.Resources;
page 6021 "Resource Service Zones"
{
ApplicationArea = Service;
Caption = 'Resource Service Zones';
PageType = List;
SourceTable = "Resource Service Zone";
UsageCategory = Administration;
layout
{
area(content)
{
repeater(Control1)
{
ShowCaption = false;
field("Resource No."; Rec."Resource No.")
{
ApplicationArea = Service;
}
field("Service Zone Code"; Rec."Service Zone Code")
{
ApplicationArea = Service;
}
field("Starting Date"; Rec."Starting Date")
{
ApplicationArea = Service;
}
field(Description; Rec.Description)
{
ApplicationArea = Service;
}
}
}
area(factboxes)
{
systempart(Control1900383207; Links)
{
ApplicationArea = RecordLinks;
Visible = false;
}
systempart(Control1905767507; Notes)
{
ApplicationArea = Notes;
Visible = false;
}
}
}
actions
{
}
}