Page 5170 Answer Where-Used
- App
- Base Application
- Namespace
- Microsoft.CRM.Profiling
- Versions
- 17-28
- Source table
- 5111
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/CRM/Profiling/AnswerWhereUsed.Page.al58 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.Profiling;
page 5170 "Answer Where-Used"
{
Caption = 'Answer Where-Used';
DataCaptionFields = "Rating Profile Quest. Line No.";
Editable = false;
PageType = List;
SourceTable = Rating;
SourceTableView = sorting("Rating Profile Quest. Code", "Rating Profile Quest. Line No.");
layout
{
area(content)
{
repeater(Control1)
{
ShowCaption = false;
field("Profile Questionnaire Code"; Rec."Profile Questionnaire Code")
{
ApplicationArea = All;
}
field("Profile Question Description"; Rec."Profile Question Description")
{
ApplicationArea = RelationshipMgmt;
DrillDown = false;
}
field(Points; Rec.Points)
{
ApplicationArea = RelationshipMgmt;
}
}
}
area(factboxes)
{
systempart(Control1900383207; Links)
{
ApplicationArea = RecordLinks;
Visible = false;
}
systempart(Control1905767507; Notes)
{
ApplicationArea = Notes;
Visible = false;
}
}
}
actions
{
}
}