> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# kb_solution_finder_entry table

> Knowledge base problem solving wizard, items in a category linking to a knowledge base entry

## kb\_solution\_finder\_entry Table (295)

Knowledge base problem solving wizard, items in a category linking to a knowledge base entry

## Fields

| Name             | Description                        | Type                                                | Nullable |
| ---------------- | ---------------------------------- | --------------------------------------------------- | :------: |
| id               | The primary key (auto-incremented) | PK                                                  |    No    |
| solution\_finder |                                    | FK [kb\_solution\_finder](./kb-solution-finder.mdx) |    No    |
| kb\_entry        |                                    | FK [kb\_entry](./kb-entry.mdx)                      |    No    |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/bBv7ep-d5A4oaYwj/media/loc/en/database/tables/kb_solution_finder_entry.png?fit=max&auto=format&n=bBv7ep-d5A4oaYwj&q=85&s=91afb9ea2116c71a3b26157af00ebba5" alt="kb_solution_finder_entry table relationship diagram" width="821" height="59" data-path="media/loc/en/database/tables/kb_solution_finder_entry.png" />

## Indexes

| Fields           | Types | Description |
| ---------------- | ----- | ----------- |
| solution\_finder | FK    | Index       |
| kb\_entry        | FK    | Index       |

## Relationships

| Table                                        | Description                                                                           |
| -------------------------------------------- | ------------------------------------------------------------------------------------- |
| [kb\_entry](./kb-entry)                      | This table contains FAQ entries.                                                      |
| [kb\_solution\_finder](./kb-solution-finder) | Knowledge base problem solving wizard, categories and subcategories for drilling down |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
