Page 935 Alt. Customer Posting Groups
- App
- Base Application
- Namespace
- Microsoft.Sales.Customer
- Versions
- 22-28
- Source table
- 960
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Sales/Customer/AltCustomerPostingGroups.Page.al49 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.Sales.Customer;
/// <summary>
/// Lists alternative customer posting groups for a selected customer posting group.
/// </summary>
page 935 "Alt. Customer Posting Groups"
{
Caption = 'Alternative Customer Posting Groups';
DataCaptionFields = "Customer Posting Group";
PageType = List;
SourceTable = "Alt. Customer Posting Group";
layout
{
area(content)
{
repeater(Control1)
{
ShowCaption = false;
field("Alt. Customer Posting Group"; Rec."Alt. Customer Posting Group")
{
ApplicationArea = Basic, Suite;
}
}
}
area(factboxes)
{
systempart(Control2; Links)
{
ApplicationArea = RecordLinks;
Visible = false;
}
systempart(Control3; Notes)
{
ApplicationArea = Notes;
Visible = false;
}
}
}
actions
{
}
}