ResultComponentMultilineValuePoin
For a given component this holds all the pointers to the table that stores the multi line data.
| Column Name | Type | Description |
|---|---|---|
| RecordSourceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| RecordOwningCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| ResultComponentGroupLine | INTEGER | This is the component line number from the RES_COMPONENTS table. Use the RESULT_ID to link the RES_COMPONENTS table to this table in addition to the GROUP_LINE. |
| ResultRecordIdentifier | VARCHAR | The unique ID of the result record for this row. This column is frequently used to link to the RES_COMPONENTS table. |
| ComponentMultilineValueLineNumber | NUMERIC | Stores a list of lines in OVR-52201 which stores data for this line in the component related group. To link tables RES_VAL_PTR_RM to RES_VAL_DATA_RM link the following two sets of columns: - RES_VAL_PTR_RM.RESULT_ID to RES_VAL_DATA_RM.RESULT_ID, and - RES_VAL_PTR_RM.CMP_MULTILINE_VALUE to RES_VAL_DATA_RM.GROUP_LINE |
| ResultValueLineNumber | INTEGER | The line number of one of the multiple values that is associated with the component and the result from the RES_VAL_DATA_RM table. This column can be ignored - it is here for completeness. |