> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/kb_solution_finder_entry.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=ee487dc1f758b9e74b2b2445516c1c1e" 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.


## Related topics

- [kb_solution_finder table](/en/database/tables/kb-solution-finder.md)
- [kb_entry table](/en/database/tables/kb-entry.md)
- [kb_group_entry table](/en/database/tables/kb-group-entry.md)
- [kb_entry_keyword table](/en/database/tables/kb-entry-keyword.md)
- [kb_entry_log table](/en/database/tables/kb-entry-log.md)
- [kb_entry_comment table](/en/database/tables/kb-entry-comment.md)
