QueryOutcomeResponseMapping
This table stores the mapping of query outcome category values to categories for the response type (agreement, disagreement, no response). The outcome is specified by the user during query completion. Reports can use this mapping table to group queries into outcome types to determine response rates, agreement rates, etc.
| Column Name | Type | Description |
|---|---|---|
| PhysicalOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| QueryOutcomeCategory | INTEGER | The query outcome to be mapped to a specific type. |
| QueryOutcomeTypeIdentifier | INTEGER | The query outcome type to map an outcome with. |
| InformationLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| CommunityLogicalOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |