Table "Profile Questionnaire Line"
ID 5088
Namespace: Microsoft.CRM.Profiling
Properties
| Name | Value |
|---|---|
| Caption | Profile Questionnaire Line |
| DataCaptionFields | 1,4 |
| DataClassification | CustomerContent |
| LookupPageID | Page Microsoft.CRM.Profiling."Profile Questn. Line List" |
Fields
| Name | Type | Description |
|---|---|---|
| "Profile Questionnaire Code" | Code[20] | |
| "Line No." | Integer | |
| Type | Enum Microsoft.CRM.Profiling."Profile Questionnaire Line Type" | |
| Description | Text[250] | |
| "Multiple Answers" | Boolean | |
| "Auto Contact Classification" | Boolean | |
| "Customer Class. Field" | Enum Microsoft.CRM.Profiling."Profile Quest. Cust. Class. Field" | |
| "Vendor Class. Field" | Enum Microsoft.CRM.Profiling."Profile Quest. Vend. Class. Field" | |
| "Contact Class. Field" | Enum Microsoft.CRM.Profiling."Profile Quest. Cont. Class. Field" | |
| "Starting Date Formula" | DateFormula | |
| "Ending Date Formula" | DateFormula | |
| "Classification Method" | Option | |
| "Sorting Method" | Option | |
| "From Value" | Decimal | |
| "To Value" | Decimal | |
| "No. of Contacts" | Integer | |
| Priority | Enum Microsoft.CRM.Profiling."Profile Answer Priority" | |
| "No. of Decimals" | Integer | |
| "Min. % Questions Answered" | Decimal | |
| "Wizard Step" | Option | |
| "Interval Option" | Option | |
| "Answer Option" | Option | |
| "Answer Description" | Text[250] | |
| "Wizard From Value" | Decimal | |
| "Wizard To Value" | Decimal | |
| "Wizard From Line No." | Integer | |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |
Methods
MoveUp
procedure MoveUp()
MoveDown
procedure MoveDown()
Question
procedure Question(): Text[250]
Returns
| Type | Description |
|---|---|
| Text[250] |
FindQuestionLine
procedure FindQuestionLine(): Integer
Returns
| Type | Description |
|---|---|
| Integer |
CreateRatingFromProfQuestnLine
procedure CreateRatingFromProfQuestnLine(var ProfileQuestnLine: Record "Profile Questionnaire Line")
Parameters
| Name | Type | Description |
|---|---|---|
| ProfileQuestnLine | Table Microsoft.CRM.Profiling."Profile Questionnaire Line" |
CheckStatus
procedure CheckStatus()
PerformNextWizardStatus
procedure PerformNextWizardStatus()
PerformPrevWizardStatus
procedure PerformPrevWizardStatus()
FinishWizard
procedure FinishWizard()
SetIntervalOption
procedure SetIntervalOption()
ValidateIntervalOption
procedure ValidateIntervalOption()
ValidateAnswerOption
procedure ValidateAnswerOption()
NoOfProfileAnswers
procedure NoOfProfileAnswers(): Decimal
Returns
| Type | Description |
|---|---|
| Decimal |
ShowAnswers
procedure ShowAnswers()
GetProfileLineAnswerDesc
procedure GetProfileLineAnswerDesc(): Text[250]
Returns
| Type | Description |
|---|---|
| Text[250] |
GetAnswers
procedure GetAnswers(var ProfileQuestionnaireLine: Record "Profile Questionnaire Line")
Parameters
| Name | Type | Description |
|---|---|---|
| ProfileQuestionnaireLine | Table Microsoft.CRM.Profiling."Profile Questionnaire Line" |