solution
A list of individuals and organizations which provide services on behalf of plans
Primary Key:Indexes:solution_external_solution_id_idx(Unique) -external_solution_idsolution_solution_name_idx(Unique) -solution_name
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
solution_id | bigint | No | Yes | Snowflake ID of the solution record. Generated through expression: |
solution_name | text | No | Yes | The solution name. This will periodically be overwritten by the external solution name if external_solution_id is set Generated through expression: |
external_solution_id | text | No | Yes | Identifier that can be used to tie this solution to an external CRM or other system of record for solutions Generated through expression: |