> ## 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.

# extra_tables_entry table

> Hits/entries in result set of executed search in ejournal extra tables

## extra\_tables\_entry Table (309)

Hits/entries in result set of executed search in ejournal extra tables

## Fields

| Name                  | Description                                    | Type                                                  | Nullable |
| --------------------- | ---------------------------------------------- | ----------------------------------------------------- | :------: |
| id                    | The primary key (auto-incremented)             | PK                                                    |    No    |
| extra\_tables\_result | The id of the result.                          | FK [extra\_tables\_result](./extra-tables-result.mdx) |    No    |
| entry\_id             | The id of the entry in the extra table.        | Int                                                   |    Yes   |
| prev\_id              | The id of the entry in the extra table.        | Int                                                   |    Yes   |
| next\_id              | The id of the entry in the extra table.        | Int                                                   |    Yes   |
| page\_num             | The pagenum of this result entry in the table. | Int                                                   |    Yes   |
| order\_pos            | Used to order elements when listed.            | Int                                                   |    Yes   |

<img src="https://mintcdn.com/superofficeas/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/extra_tables_entry.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=0251b3cde2eec59c838644a4b8d3d19e" alt="extra_tables_entry table relationship diagram" width="557" height="59" data-path="media/loc/en/database/tables/extra_tables_entry.png" />

## Indexes

| Fields                | Types | Description |
| --------------------- | ----- | ----------- |
| extra\_tables\_result | FK    | Index       |

## Relationships

| Table                                          | Description                                            |
| ---------------------------------------------- | ------------------------------------------------------ |
| [extra\_tables\_result](./extra-tables-result) | Result set of executed search in ejournal extra tables |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [extra_tables_result table](/en/database/tables/extra-tables-result.md)
- [extra_tables table](/en/database/tables/extra-tables.md)
- [Add extra table](/en/custom-objects/admin/create-extra-table.md)
- [ExtraTable](/en/automation/crmscript/reference/CRMScript.Native.ExtraTable.md)
- [extra_menus table](/en/database/tables/extra-menus.md)
- [extra_fields table](/en/database/tables/extra-fields.md)
