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

# eab_entry table

> This table contains eab (email address book) entries, i.e. an alias (&amp;apos;Ola Hansen&amp;apos;) and an address (&amp;apos;ola@hansen.as&amp;apos;).

## eab\_entry Table (315)

This table contains eab (email address book) entries, i.e. an alias (\&apos;Ola Hansen\&apos;) and an address (\&apos;[ola@hansen.as](mailto:ola@hansen.as)\&apos;).

## Fields

| Name                   | Description                                                                    | Type                               | Nullable |
| ---------------------- | ------------------------------------------------------------------------------ | ---------------------------------- | :------: |
| id                     | The primary key (auto-incremented)                                             | PK                                 |    No    |
| folder\_id             | The id of the folder in which this entry is located.                           | FK [eab\_folder](./eab-folder.mdx) |    No    |
| name                   | The name of this email address                                                 | String(64)                         |    No    |
| email\_address         | The actual email address.                                                      | String(255)                        |    Yes   |
| sms\_number            | The sms number for this person                                                 | String(255)                        |    Yes   |
| dbi\_agent\_id         | Integration agent (eJournal)                                                   | FK [dbi\_agent](./dbi-agent.mdx)   |    No    |
| dbi\_key               | The primary key for the integrated entry in the external datasource.           | String(255)                        |    No    |
| dbi\_last\_syncronized | Last external syncronization.                                                  | DateTime                           |    No    |
| dbi\_last\_modified    | When the entry was last modified.                                              | DateTime                           |    No    |
| dbi\_delete            | This field is used for determin which entry to delete during a synchronization | Short                              |    Yes   |

<img src="https://mintcdn.com/superofficeas/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/eab_entry.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=e495c7631c3f08dcea1e4b5b279bb849" alt="eab_entry table relationship diagram" width="644" height="59" data-path="media/loc/en/database/tables/eab_entry.png" />

## Indexes

| Fields                 | Types       | Description |
| ---------------------- | ----------- | ----------- |
| folder\_id             | FK          | Index       |
| name                   | String(64)  | Index       |
| dbi\_agent\_id         | FK          | Index       |
| dbi\_key               | String(255) | Index       |
| dbi\_last\_syncronized | DateTime    | Index       |
| dbi\_last\_modified    | DateTime    | Index       |

## Relationships

| Table                       | Description                                                                                |
| --------------------------- | ------------------------------------------------------------------------------------------ |
| [dbi\_agent](./dbi-agent)   | DBI agent settings                                                                         |
| [eab\_folder](./eab-folder) | This table contains eab (email address book) folders, used for containing email addresses. |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [EabEntry](/en/automation/crmscript/reference/CRMScript.Native.EabEntry.md)
- [eab_folder table](/en/database/tables/eab-folder.md)
- [Namespace CRMScript.Native](/en/automation/crmscript/reference/CRMScript.Native.md)
- [kb_entry table](/en/database/tables/kb-entry.md)
- [extra_tables_entry table](/en/database/tables/extra-tables-entry.md)
- [invoice_entry table](/en/database/tables/invoice-entry.md)
