The CampaignConfiguration..::..CampaignTestResults type exposes the following members.
Fields
Name | Description | |
---|---|---|
CallableRecords |
The total number of callable records in the contact list.
| |
ContactListTable |
The name of the contact list table.
| |
ErrorMessage |
Contains a message indicating why the test failed.
| |
Filter |
The SQL clause use to filter records, as it appears in contact list queries.
| |
FilteredRecords |
The total number of records in the contact list blocked after applying filters.
| |
NoPhoneNumberRecords |
The total number of records in the contact list without a phone number.
| |
NRRLib |
Indicates whether the Number Request and Response plug-in is in use.
| |
QueryTimeFilter |
The SQL clause used to filter records, as it appears in phone number detail queries.
| |
QueryTimeFilteredRecords |
The total number of records in the contact list blocked after applying query-time filters.
| |
SampleRecordColumns |
Database table columns corresponding to data in SampleRecords.
Included fields are defined contact columns and columns found in Sort.
| |
SampleRecords |
Sample of callable records from the contact list. Included fields can be found in SampleRecordColumns.
| |
ScheduledCalls |
The total number of calls scheduled for records in the contact list.
| |
SkillCombinationColumns |
Database table columns corresponding to data in SkillCombinations.
| |
SkillCombinations |
Breakdown of callable records by skill combination.
| |
Sort |
The SQL clause used to sort contact records, as it appears in contact list queries.
| |
Success |
Indicates whether the test completed without errors. If false, check ErrorMessage for details.
| |
TotalRecords |
The total number of records in the contact list.
| |
UncallableRecords |
The total number of uncallable records in the contact list.
|