Page 5149 Profile Questn. Line List
- App
- Base Application
- Namespace
- Microsoft.CRM.Profiling
- Versions
- 17-28
- Source table
- 5088
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/CRM/Profiling/ProfileQuestnLineList.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.CRM.Profiling;
page 5149 "Profile Questn. Line List"
{
AutoSplitKey = true;
Caption = 'Profile Questn. Line List';
DelayedInsert = true;
Editable = false;
PageType = List;
SaveValues = true;
SourceTable = "Profile Questionnaire Line";
layout
{
area(content)
{
repeater(Control1)
{
ShowCaption = false;
field("Line No."; Rec."Line No.")
{
ApplicationArea = All;
}
field(Question; Rec.Question())
{
ApplicationArea = RelationshipMgmt;
Caption = 'Question';
ToolTip = 'Specifies the question in the profile questionnaire.';
}
field(Description; Rec.Description)
{
ApplicationArea = RelationshipMgmt;
Caption = 'Answer';
}
field("From Value"; Rec."From Value")
{
ApplicationArea = Basic, Suite;
Visible = false;
}
field("To Value"; Rec."To Value")
{
ApplicationArea = Basic, Suite;
Visible = false;
}
field("No. of Contacts"; Rec."No. of Contacts")
{
ApplicationArea = RelationshipMgmt;
}
}
}
area(factboxes)
{
systempart(Control1900383207; Links)
{
ApplicationArea = RecordLinks;
Visible = false;
}
systempart(Control1905767507; Notes)
{
ApplicationArea = Notes;
Visible = false;
}
}
}
actions
{
}
}