Page 5053 Contact Statistics, source in 29
Source29
src/Layers/W1/BaseApp/CRM/Contact/ContactStatistics.Page.al64 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.CRM.Contact;
page 5053 "Contact Statistics"
{
Caption = 'Contact Statistics';
DeleteAllowed = false;
InsertAllowed = false;
LinksAllowed = false;
PageType = Card;
SourceTable = Contact;
layout
{
area(content)
{
group(General)
{
Caption = 'General';
field("No. of Interactions"; Rec."No. of Interactions")
{
ApplicationArea = RelationshipMgmt;
}
field("Cost (LCY)"; Rec."Cost (LCY)")
{
ApplicationArea = RelationshipMgmt;
ToolTip = 'Specifies the total cost of all the interactions involving the contact. The field is not editable.';
}
field("Duration (Min.)"; Rec."Duration (Min.)")
{
ApplicationArea = RelationshipMgmt;
ToolTip = 'Specifies the total duration of all the interactions involving the contact. The field is not editable.';
}
}
group(Opportunities)
{
Caption = 'Opportunities';
field("No. of Opportunities"; Rec."No. of Opportunities")
{
ApplicationArea = RelationshipMgmt;
}
field("Estimated Value (LCY)"; Rec."Estimated Value (LCY)")
{
ApplicationArea = RelationshipMgmt;
ToolTip = 'Specifies the total estimated value of all the opportunities involving the contact. The field is not editable.';
}
field("Calcd. Current Value (LCY)"; Rec."Calcd. Current Value (LCY)")
{
ApplicationArea = RelationshipMgmt;
ToolTip = 'Specifies the total calculated current value of all the opportunities involving the contact. The field is not editable.';
}
}
}
}
actions
{
}
}