Skip to content
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#pragma warning disable AS0072
#if not CLEAN26
namespace Microsoft.SubscriptionBilling;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
namespace Microsoft.SubscriptionBilling;

#pragma warning disable AS0072
Comment thread
djukicmilica marked this conversation as resolved.
#if not CLEAN26
using Microsoft.Foundation.Task;
using Microsoft.Projects.Project.Job;
#endif
#pragma warning restore AS0072
using Microsoft.Purchases.Document;
using Microsoft.RoleCenters;
using Microsoft.Sales.Document;
Expand All @@ -23,6 +25,7 @@ page 8085 "Sub. Billing Activities"
{
area(content)
{
#pragma warning disable AS0072
#if not CLEAN26
cuegroup("My User Tasks")
{
Expand Down Expand Up @@ -70,6 +73,7 @@ page 8085 "Sub. Billing Activities"
}
}
#endif
#pragma warning restore AS0072

cuegroup("Open Posted Documents Customer")
{
Expand Down Expand Up @@ -266,8 +270,10 @@ page 8085 "Sub. Billing Activities"
var
SubBillingActivitiesCue: Codeunit "Sub. Billing Activities Cue";
CuesAndKpisCodeunit: Codeunit "Cues And KPIs";
#pragma warning disable AS0072
#if not CLEAN26
UserTaskManagement: Codeunit "User Task Management";
#endif
#pragma warning restore AS0072
CalcTaskId: Integer;
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ report 8004 "Overview Of Contract Comp"
DefaultRenderingLayout = "OverviewOfContractComponents.xlsx";
ExcelLayoutMultipleDataSheets = true;
AdditionalSearchTerms = 'Contract Components, Contract Overview, Subscription Elements, Contract Report, Contract Analysis, Contract Details';
ToolTip = 'Analyze components of your contracts.';

dataset
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ report 8051 "Contract Deferrals Release"
UsageCategory = Tasks;
ProcessingOnly = true;
AdditionalSearchTerms = 'Release Deferrals, Contract Deferrals, Release Revenue, Release Cost, Deferral Posting, Contract Release';
ToolTip = 'Release the deferrals for all contracts.';

requestpage
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ report 8052 "Cust. Contr. Def. Analysis"
UsageCategory = ReportsAndAnalysis;
ApplicationArea = All;
AdditionalSearchTerms = 'Customer Deferrals, Deferral Analysis, Revenue Deferrals, Contract Analysis, Deferral Report, Deferred Revenue';
ToolTip = 'Analyze Customer Subscription Contract deferrals.';

dataset
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ report 8053 "Vend Contr. Def. Analysis"
UsageCategory = ReportsAndAnalysis;
ApplicationArea = All;
AdditionalSearchTerms = 'Vendor Deferrals, Deferral Analysis, Cost Deferrals, Contract Analysis, Deferral Report, Deferred Costs';
ToolTip = 'Analyze Vendor Subscription Contract deferrals.';

dataset
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ page 8109 "Sub. Billing Report Power BI"
AboutTitle = 'About Subscription Billing Report';
AboutText = 'The Subscription Billing Report offers a consolidated view of all subscription report pages, conveniently embedded into a single page for easy access.';


layout
{
area(Content)
Expand Down

Large diffs are not rendered by default.

Loading