Page extension 5901 ServiceLedgerEntries
- App
- Base Application
- Namespace
- Microsoft.Service.Analysis
- Versions
- 25-28
- Extends
- Service Ledger Entries
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Service/Analysis/ServiceLedgerEntries.PageExt.al32 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.Analysis;
using Microsoft.Service.Ledger;
pageextension 5901 ServiceLedgerEntries extends "Service Ledger Entries"
{
actions
{
addlast(Reporting)
{
action(ServicesAnalysis)
{
ApplicationArea = Basic, Suite;
Caption = 'Analyze Services';
Image = ServiceAgreement;
RunObject = Query "Service Analysis";
ToolTip = 'Analyze (group, summarize, pivot) your Service Ledger Entries with related Service master data such as Service Contract, Customer, Item, G/L Account, and Job.';
}
}
addfirst(Category_Report)
{
actionref(ServicesAnalysis_Promoted; ServicesAnalysis)
{
}
}
}
}