Page 6080 Service Price Groups
- App
- Base Application
- Namespace
- Microsoft.Service.Pricing
- Versions
- 17-28
- Source table
- 6080
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Service/Pricing/ServicePriceGroups.Page.al75 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.Pricing;
page 6080 "Service Price Groups"
{
ApplicationArea = Service;
Caption = 'Service Price Groups';
PageType = List;
SourceTable = "Service Price Group";
UsageCategory = Administration;
layout
{
area(content)
{
repeater(Control1)
{
ShowCaption = false;
field("Code"; Rec.Code)
{
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
{
area(processing)
{
action("&Setup")
{
ApplicationArea = Service;
Caption = '&Setup';
Image = Setup;
RunObject = Page "Serv. Price Group Setup";
RunPageLink = "Service Price Group Code" = field(Code);
ToolTip = 'View or edit how you group service prices.';
}
}
area(Promoted)
{
group(Category_Process)
{
Caption = 'Process';
actionref("&Setup_Promoted"; "&Setup")
{
}
}
}
}
}