GrouperCompiledRecordLis
Contains the compiled list of records for a grouper.
| Column Name | Type | Description |
|---|---|---|
| RecordLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| CompiledRecordStringIdentifier | VARCHAR | Contains the IDs of the records contained in a compiled grouper record. This column contains record IDs for master files with both string- and numeric-based IDs. In IntraConnect environments, this column will contain record CIDs instead of IDs. |
| CompiledGrouperNumericRecordIdentifier | NUMERIC | Contains the IDs of the records contained in a compiled grouper record. This column only contains record IDs for master files with numeric-based IDs. In IntraConnect environments, this column will contain record CIDs instead of IDs. |
| LinkedBaseGrouperIdentifier | VARCHAR | The unique identifier (VCG-.1) of the base record to which the compiled record is linked. When linking to this table, use this column to join on. |
| PhysicalRecordOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |