Page 937 Alt. Employee Posting Groups, source in 29
Source29
src/Layers/W1/BaseApp/HumanResources/Employee/AltEmployeePostingGroups.Page.al46 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.HumanResources.Employee;
page 937 "Alt. Employee Posting Groups"
{
Caption = 'Alternative Employee Posting Groups';
DataCaptionFields = "Employee Posting Group";
PageType = List;
SourceTable = "Alt. Employee Posting Group";
layout
{
area(content)
{
repeater(Control1)
{
ShowCaption = false;
field("Alt. Employee Posting Group"; Rec."Alt. Employee Posting Group")
{
ApplicationArea = Basic, Suite;
}
}
}
area(factboxes)
{
systempart(Control2; Links)
{
ApplicationArea = RecordLinks;
Visible = false;
}
systempart(Control3; Notes)
{
ApplicationArea = Notes;
Visible = false;
}
}
}
actions
{
}
}