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

# Database table listing by table ID

> Lists all tables in the database by table ID.

## Database tables by [name](./index) | **number**

<Note>
  Table numbers could be different between databases - depends on whether there are custom 3rd party tables. You must reference the sequence table column `TableNumber` to be certain.
</Note>

| Number | Name                                                            | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ------ | --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 0      | [sequence](./sequence)                                          | next\_id to be used for each table                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 1      | [company](./company)                                            | Information on license and owner of this SuperOffice database. This table should only have 1 row. This table contains encrypted license information. Changing it will disable login for all users and require you to restore the database from backup.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 2      | [associate](./associate)                                        | Employees, resources and other users - except for External persons                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 3      | [AssociateGroupLink](./associategrouplink)                      | User group link table for Associate, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 4      | [AssociateHeadingLink](./associateheadinglink)                  | Heading link table for associate for display only. Supportive table, used for grouping and filtering on lists.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 5      | [contact](./contact)                                            | Companies and Organizations.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 6      | [person](./person)                                              | Persons                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 7      | [address](./address)                                            | Contact and Person addresses                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 8      | [phone](./phone)                                                | Contact and Person phonenumbers (+fax)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 9      | [appointment](./appointment)                                    | Tasks, appointments, followups, phone calls; and documents (document\_id != 0). An appointment always has a corresponding record in VisibleFor specifying who may see this.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 10     | [document](./document)                                          | Documents, this table is an extension of the Appointment table.  There is always a corresponding appointment record; the relation between appointment and document is navigable in both directions. A document-type appointment record always has a corresponding document record and a record in VisibleFor specifying who may see this.                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 11     | [project](./project)                                            | Projects                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 12     | [projectmember](./projectmember)                                | Project members. Link-table between person and project                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 13     | [sale](./sale)                                                  | Sales  For every Sale record edited through the SuperOffice GUI, a copy of the current version of the record will be saved in the SaleHist table. This also applies to editing done through the SaleModel COM interface, but not to editing done through the OLE DB Provider or other channels.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 14     | [contactinterest](./contactinterest)                            | Link-table between contact and interests in ContInt                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 15     | [personinterest](./personinterest)                              | Note: If you add or remove rows in this table, you will need to update the interestCount field in the person table accordingly. This field should always reflect the number of interest records a person has, to enable the correct setting of the interest indicator on the tab in the person dialog.  Replication note: The combination of person\_id and pinterest\_idx is unique. If a duplicate is made on a replicated database, the system will replace the record in the target database with the one derived from the source database during replication. Therefore, do not assume that a record in this table will retain its ID indefinitely, even if the person keeps the interest.                                                                                                                 |
| 16     | [ziptocity](./ziptocity)                                        | Zip codes and city names. Zip codes used during address entry. You will find more information about addressformat on [http://techdoc.superoffice.com](http://techdoc.superoffice.com)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 17     | [redletterday](./redletterday)                                  | Red letter days for calendar (holidays, birthday of king etc)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 18     | [text](./text)                                                  | Long text fields from all over the system                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 19     | [country](./country)                                            | Country information                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 20     | [CountryGroupLink](./countrygrouplink)                          | User group link table for Country, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 21     | [CountryHeadingLink](./countryheadinglink)                      | Heading link table for Country, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 22     | [preference](./preference)                                      | Not quite obsolete preference table; historical info mostly. From 6.1 this table now holds an upgrade stamp.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 23     | [selection](./selection)                                        | Selections                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 24     | [selectionmember](./selectionmember)                            | Selection detail table  Each row in a selection is represented by one record in this table. Contact\_id is always filled in, person\_id is optional, but if used, must point to a person belonging to the contact in contact\_id.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 26     | [QuoteConnection](./quoteconnection)                            | Primary key in the CRM database. Definition of a connection to an external system, for the Quote system.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 27     | [QuoteConnectionAccess](./quoteconnectionaccess)                | Access control for Quote Connections                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 28     | [activeuser](./activeuser)                                      | Currently logged-on users. This table contains encrypted license information.  Changing it may disable login for all users and require intervention by SuperOffice support. Recommended use: for determining who is logged on, at what location, etc.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 29     | [traveltransactionlog](./traveltransactionlog)                  | Log of all updates made to the database, that need to be replicated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 30     | [travelgeneratedtransaction](./travelgeneratedtransaction)      | Record of all generated replication data files from this database (\*.dwn files from mother database to child, \*.up from child database to mother)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 31     | [traveller](./traveller)                                        | Associates traveling out from this database                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 32     | [travelcurrent](./travelcurrent)                                | Information about this database and its place in the hierarchy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 33     | [travelgenerateddatabase](./travelgenerateddatabase)            | Information about all databases generated from this database                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 34     | [Quote](./quote)                                                | Quote root level, at most one per Sale, always connected to one Sale                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 35     | [udcontactSmall](./udcontactsmall)                              | User-defined fields for contact                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 36     | [udcontactLarge](./udcontactlarge)                              | User-defined fields for contact (long strings)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 37     | [MergeMoveLog](./mergemovelog)                                  | Log of merge and move operations (person, contact, project)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 38     | [area](./area)                                                  | Definition of an Area (database subset for satellite and travel)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 39     | [QuoteVersion](./quoteversion)                                  | There may be multiple Versions of a Quote, with one of them active                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 40     | [areauserassignment](./areauserassignment)                      | Link table indicating which users actually reside in this area.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 41     | [areauserinclusion](./areauserinclusion)                        | Link table incidated whose data should be included in this area. If Include all data in Area (no filtering) is ticket then there will be no rows for this area in this table.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 42     | [satellite](./satellite)                                        | Definition of Satellites                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 43     | [travelidmapping](./travelidmapping)                            | Mapping of primary keys between Travel databases and the mother database  All travel database transactions get a high id to be able to see that this entry came from a database outside the central database. When update files are read into the central database, they get a normal low id. This table remembers the high travel id to map it to the low central id as long as this travel user is travelling.                                                                                                                                                                                                                                                                                                                                                                                                |
| 44     | [freetextstopwords](./freetextstopwords)                        | Here are the words that can be excluded from Free Text Search by using the FreeTextAdmin. The words that appear here will not be found in FreeTextWords and typically include "are", "this", "that", and so on - words that occur frequently, but are not useful for searching.  The more (good) stop words you have, the smaller the index will be.                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 45     | [freetextwords](./freetextwords)                                | This table contains the word list (automatically updated by the indexer) for the free-text search. Words are in UPPERCASE and truncated to 9 significant characters. Indexed words, dynamically updated by the freetext index                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 46     | [freetextindex](./freetextindex)                                | This is the index table for the free text search function. Each word in FreeTextWords can have multiple occurrences in this table. Each record in this table points to one occurrence of the word, and points to both the table in which the word occurs (which might be contact or text), and also a pointer to the owner table (which is one of contact, person, project, appointment or sale).                                                                                                                                                                                                                                                                                                                                                                                                               |
| 47     | [QuoteAlternative](./quotealternative)                          | Quote Version is made up of one or more Alternatives. One of 1..n possible alternatives in a Quote Version. The reason we have alternatives is that a quote can say to a customer, “we can solve you problem in two (or more) different ways, with different technology and sideeffects (and price)”. An Alternative may have discounts on the total amount. The Alternative tracks whether the user on the order level entered the Discount , Earning amount or the TotalPrice fields so that the discount and earning and total can be re-calculated correctly when Quote Lines are added or changed.                                                                                                                                                                                                         |
| 48     | [relationdefinition](./relationdefinition)                      | Definition of a relation. This table defines the relations that can exist in the database. Each relation has an active text and a passive text. The table RelationTarget specifies which pairs of tables this relation can connect.  Use of the active and passive texts is dependent on which direction the relation is viewed in, e.g., active text = "Owns" and passive text = "Is owned by".                                                                                                                                                                                                                                                                                                                                                                                                                |
| 49     | [RelDefGroupLink](./reldefgrouplink)                            | User group link table for RelDef, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 50     | [RelDefHeadingLink](./reldefheadinglink)                        | Heading link table for RelDef, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 51     | [relationtarget](./relationtarget)                              | Definition of targets for a relation. Links a relation definition (RelDef) to source and target tables. In general, a relation can be created between any pair of tables. This table is used for specifying which table pairs a particular relation can be used for. A relation definition should have at least one row in this table, and can have more. Note: The 5.0 Maintenance and GUI only support contact and person as valid values for the source\_table and destination\_table fields, in any combination. Other relations will not be shown, and relation definitions pointing to other tables will not be editable from the Maintenance GUI; however, nothing will crash.                                                                                                                           |
| 52     | [relations](./relations)                                        | Instance of a relation, in principle between any two records, as long as they are defined in RelationDefinition. All instances of relations are held in this table; their definitions are in the RelDef table (RelDef + RelTarg define which relations you can have, this table contains the relations the user has actually entered). From 6.1 all links between appointments, sales and documents are also stored in this tabel.                                                                                                                                                                                                                                                                                                                                                                              |
| 53     | [History](./history)                                            | History lists for lists and searchable controls. Maintains history for Navigator or other search (find dialogs). A single table may have more than one record here, as indicated by the extra\_id field. The HistorySize (preference may be set in maintenance client) defines how many records you can have in a history list.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 54     | [URL](./url)                                                    | Unified Resource Locators, URL to contacts, persons or projects.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 55     | [Email](./email)                                                | Email addresses for contacts, projects and persons                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 56     | [UserPreference](./userpreference)                              | Preference system. If deflevel is set to 5; the user may change the preferences                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 57     | [AddressFormat](./addressformat)                                | Address formats for GUI and labels. See more information: Addressformat on [http://techdoc.superoffice.com](http://techdoc.superoffice.com)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 58     | [Heading](./heading)                                            | Heading items for all MDO lists, lists that are grouped and filtered.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 59     | [UserGroup](./usergroup)                                        | Secondary user groups                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 60     | [UserGroupLink](./usergrouplink)                                | Link table between associate and usergroup, specifies secondary group membership. From SIX an associate may belong to more than one usergroup. [Http://techdoc.superoffice.com](Http://techdoc.superoffice.com) has more information about how roles are implemented.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 61     | [Business](./business)                                          | Business list table                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 62     | [BusinessGroupLink](./businessgrouplink)                        | User group link table for Business, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 63     | [BusinessHeadingLink](./businessheadinglink)                    | Heading link table for Business, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 64     | [Category](./category)                                          | Category list table                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 65     | [CategoryGroupLink](./categorygrouplink)                        | User group link table for Category, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 66     | [CategoryHeadingLink](./categoryheadinglink)                    | Heading link table for Category, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 67     | [Task](./task)                                                  | Task list table, activity types, like Phone, Meeting                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 68     | [TaskGroupLink](./taskgrouplink)                                | User group link table for Task, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 69     | [TaskHeadingLink](./taskheadinglink)                            | Heading link table for Task, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 70     | [ContInt](./contint)                                            | ContInt list table. List-text of all valid contact interest types.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 71     | [ContIntGroupLink](./contintgrouplink)                          | User group link table for ContInt, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 72     | [ContIntHeadingLink](./contintheadinglink)                      | Heading link table for ContInt, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 73     | [PersInt](./persint)                                            | PersInt list table. List of Person interests.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 74     | [PersIntGroupLink](./persintgrouplink)                          | User group link table for PersInt, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 75     | [PersIntHeadingLink](./persintheadinglink)                      | Heading link table for PersInt, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 76     | [PersPos](./perspos)                                            | PersPos list table. Contact person position list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 77     | [PersPosGroupLink](./persposgrouplink)                          | User group link table for PersPos, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 78     | [PersPosHeadingLink](./persposheadinglink)                      | Heading link table for PersPos, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 79     | [Priority](./priority)                                          | Priority list table. Used with appointments: low, high.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 80     | [PriorityGroupLink](./prioritygrouplink)                        | User group link table for Priority, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 81     | [PriorityHeadingLink](./priorityheadinglink)                    | Heading link table for Priority, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 82     | [Prob](./prob)                                                  | Prob list table. Probability, used in  sales .                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 83     | [ProbGroupLink](./probgrouplink)                                | User group link table for Prob, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 84     | [ProbHeadingLink](./probheadinglink)                            | Heading link table for Prob, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 85     | [ProjType](./projtype)                                          | ProjType list table. List of valid Project types.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 86     | [ProjTypeGroupLink](./projtypegrouplink)                        | User group link table for ProjType, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 87     | [ProjTypeHeadingLink](./projtypeheadinglink)                    | Heading link table for ProjType, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 88     | [ProjStatus](./projstatus)                                      | ProjStatus list table. Project status                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 89     | [ProjStatusGroupLink](./projstatusgrouplink)                    | User group link table for ProjStatus, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 90     | [ProjStatusHeadingLink](./projstatusheadinglink)                | Heading link table for ProjStatus, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 91     | [PMembType](./pmembtype)                                        | PMembType list table. List text of titles (member types) for project members.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 92     | [PMembTypeGroupLink](./pmembtypegrouplink)                      | User group link table for PMembType, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 93     | [PMembTypeHeadingLink](./pmembtypeheadinglink)                  | Heading link table for PMembType, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 94     | [MrMrs](./mrmrs)                                                | MrMrs list table. List of salutations.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 95     | [MrMrsGroupLink](./mrmrsgrouplink)                              | User group link table for MrMrs, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 96     | [MrMrsHeadingLink](./mrmrsheadinglink)                          | Heading link table for MrMrs, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 97     | [Credited](./credited)                                          | Credited list table. List of who is to be credited for the sale.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 98     | [CreditedGroupLink](./creditedgrouplink)                        | User group link table for Credited, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 99     | [CreditedHeadingLink](./creditedheadinglink)                    | Heading link table for Credited, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 100    | [Source](./source)                                              | Source list table. Source for sale (list)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 101    | [SourceGroupLink](./sourcegrouplink)                            | User group link table for Source, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 102    | [SourceHeadingLink](./sourceheadinglink)                        | Heading link table for Source, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 103    | [Reason](./reason)                                              | Reason list table. Why we lost the sale (list)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 104    | [ReasonGroupLink](./reasongrouplink)                            | User group link table for Reason, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 105    | [ReasonHeadingLink](./reasonheadinglink)                        | Heading link table for Reason, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 106    | [SearchCat](./searchcat)                                        | SearchCat list table                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 107    | [SearchCatGroupLink](./searchcatgrouplink)                      | User group link table for SearchCat, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 108    | [SearchCatHeadingLink](./searchcatheadinglink)                  | Heading link table for SearchCat, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 109    | [Comptr](./comptr)                                              | Comptr list table. List of all possible competitors (sale).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 110    | [ComptrGroupLink](./comptrgrouplink)                            | User group link table for Comptr, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 111    | [ComptrHeadingLink](./comptrheadinglink)                        | Heading link table for Comptr, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 112    | [Currency](./currency)                                          | Currency list table                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 113    | [CurrencyGroupLink](./currencygrouplink)                        | User group link table for Currency, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 114    | [CurrencyHeadingLink](./currencyheadinglink)                    | Heading link table for Currency, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 115    | [ReasonSold](./reasonsold)                                      | Why was the sale marked as sold (why did we succeed)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 116    | [ReasonSoldGroupLink](./reasonsoldgrouplink)                    | User group link table for ReasonSold, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 117    | [ReasonSoldHeadingLink](./reasonsoldheadinglink)                | Heading link table for ReasonSold, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 118    | [SaleTypeCat](./saletypecat)                                    | Category for sale type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 119    | [SaleTypeCatGroupLink](./saletypecatgrouplink)                  | User group link table for SaleTypeCat, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 120    | [SaleTypeCatHeadingLink](./saletypecatheadinglink)              | Heading link table for SaleTypeCat, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 121    | [SaleStakeholder](./salestakeholder)                            | Stakeholders in the sale, very similar to project members                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 122    | [StakeholderRole](./stakeholderrole)                            | Role a stakeholder has in a sale                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 123    | [StakeholderRoleGroupLink](./stakeholderrolegrouplink)          | User group link table for StakeholderRole, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 124    | [StakeholderRoleHeadingLink](./stakeholderroleheadinglink)      | Heading link table for StakeholderRole, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 125    | [SuggestedAppointment](./suggestedappointment)                  | Defines a suggested appointment for use in a Sale Guide or Project Guide                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 126    | [SuggestedDocument](./suggesteddocument)                        | Unique owner of a set of licensed modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 127    | [QuoteLine](./quoteline)                                        | One line in a QuoteAlternative. QuoteLines are mainly information copied from the Products provider. Products information is sometimes edited by the user before being included in the quote, so most information is duplicated from Product rather than referenced directly.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 128    | [PriceList](./pricelist)                                        | List of prices, cached from an ERP system                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 129    | [Product](./product)                                            | One Product, member of one price list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 130    | [DocTmpl](./doctmpl)                                            | DocTmpl list table. Describes templates available for writing new documents.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 131    | [DocTmplGroupLink](./doctmplgrouplink)                          | User group link table for DocTmpl, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 132    | [DocTmplHeadingLink](./doctmplheadinglink)                      | Heading link table for DocTmpl, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 133    | [ExtApp](./extapp)                                              | ExtApp list table. Applications startable from SuperOffice                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 134    | [ExtAppGroupLink](./extappgrouplink)                            | User group link table for ExtApp, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 135    | [ExtAppHeadingLink](./extappheadinglink)                        | Heading link table for ExtApp, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 136    | [UDList](./udlist)                                              | List table for user-defined lists, contains all user-defined lists. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 137    | [UDListGroupLink](./udlistgrouplink)                            | User group link table for UDList, for MDO item hiding. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 138    | [UDListHeadingLink](./udlistheadinglink)                        | Heading link table for UDList, for MDO headers. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 139    | [UDListDefinition](./udlistdefinition)                          | List table that contains the list of user-defined lists, as well as system-defined lists. The list items are stored in the UDList table.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 140    | [udpersonSmall](./udpersonsmall)                                | User-defined fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 141    | [udpersonLarge](./udpersonlarge)                                | User-defined fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 142    | [udprojectSmall](./udprojectsmall)                              | User-defined fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 143    | [udprojectLarge](./udprojectlarge)                              | User-defined fields. During conversion of user defined fields the data is stored in this table.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 144    | [udtempSmall](./udtempsmall)                                    | User-defined fields. During conversion of user defined fields the data is stored in this table.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 145    | [udtempLarge](./udtemplarge)                                    | User-defined fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 146    | [UDefField](./udeffield)                                        | Definition table for user-defined fields; one row in this table corresponds to one generation of one field. The user defined fields that are in use, and earlier versions of user defined fields. ColumnId refers to the field type; see UDXXXSmall or UDXXXLarge for the referring ID.  Preferences prefsection='System', prefkey='CurrentUdefVersioncontact'  (or CurrentUdefVersionperson, project, sale), gives you the current version of user defined fields.  prefkey='AdminUdefVersion\<...>' gives you the current version that's being edited. If Current version = admin version, no editing has been done since the last Publish of user defined field was performed.                                                                                                                               |
| 147    | [UDefFieldGL](./udeffieldgl)                                    | User group link table for UDefField, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 148    | [CacheTables](./cachetables)                                    | Specifies which tables should be cached to local files (or otherwise), generally these are the lists and other low-frequency-of-change tables. Contains the ID of any tables cached in SOCache. The files are binary and called \<tablename>.bin.  \<Shift>+\<F5> throws all cache files.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 149    | [SaleType](./saletype)                                          | Type of sale - large solution, incremental, whatever fits the organization                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 150    | [SaleTypeGroupLink](./saletypegrouplink)                        | User group link table for SaleType, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 151    | [SaleTypeHeadingLink](./saletypeheadinglink)                    | Heading link table for SaleType, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 152    | [TabOrder](./taborder)                                          | Order of tabs within a tab control, if configured by a user                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 153    | [SystemEvent](./systemevent)                                    | System events, such as freetext rebuild, SAINT rebuild and such. Makes broadcasts to keep its siblings and clients updated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 154    | [ReasonStalled](./reasonstalled)                                | Why was the sale marked as stalled                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 155    | [ReasonStalledGroupLink](./reasonstalledgrouplink)              | Link table for ReasonStalled, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 156    | [ReasonStalledHeadingLink](./reasonstalledheadinglink)          | Heading link table for ReasonStalled, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 157    | [SaleHist](./salehist)                                          | Mirror image of the Sale table, providing a full transaction history. Every time you edit a sale, the current record of the sale is also saved here.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 158    | [udsalesmall](./udsalesmall)                                    | User-defined fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 159    | [udsalelarge](./udsalelarge)                                    | User-defined fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 160    | [SaleTypeStageLink](./saletypestagelink)                        | Many-many link table between sale type and stage; and an anchor point for guide items                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 167    | [OwnerContactLink](./ownercontactlink)                          | Table specifying which contacts can own associates.  All contacts that have rows in this table (i.e. rows with contact\_id pointing to them) will be offered as associate owners in the maintenance client and as candidate Satellite owners. Such contacts have restrictions on editing and deletion to protect database consistency.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 168    | [FieldLabel](./fieldlabel)                                      | Field label override table, makes it possible to override internal string resources. Define your own text for the panels in SuperOffice, e.g. rename Project to Cars in SOAdmin - System Options - Labels  This table contains controlling data for the string substitution mechanism. There is one row in this table for each label or string that can be substituted; the active field indicates whether the string is actually being substituted or not. Initially, all rows have this field set to 0. The table is loaded with initial data during database setup.  Only SuperOffice Development has the necessary expertise to safely add rows to this table.  If a row has active = 1, the table LocaleText should contain one or more rows pointing back to this table, with the actual text to be used. |
| 169    | [LocaleText](./localetext)                                      | Multi-language text items. Used for user-defined field labels. Must be assigned correct name to match the language they start SuperOffice in.  This table should be viewed in conjunction with FieldLabel. If a row in FieldLable has active = 1 this table will need to contain at least one row with the same resourceId as the FieldLabel row. The language id can be either 0 or one of the Windows language ID's; SuperOffice will pick the correct language on startup according to the user settings. If a label cannot be found with the given language and also not with language 0, it will not be substituted.                                                                                                                                                                                       |
| 171    | [RefCounts](./refcounts)                                        | Number counter for all tables that generate numbers, e.g. templates, contacts...   This table is used for the number allocation system and should not be confused with sequence, used for allocating internal ID's. This table is replicated during generation of satellites and during local update for travellers, using special logic. By default it contains rows for the SuperOffice standard counters, including one row for each DocTemplate record.  It is permissible to add new rows to this table, and such records are maintainable through the Maintenance client.  Changing the contents of the standard records is not recommended.                                                                                                                                                              |
| 172    | [RefCountRange](./refcountrange)                                | Number allocation system, for keeping track of ranges of numbers loaned out to travel and satellite databases                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 180    | [SORLabelLayout](./sorlabellayout)                              | SuperOffice reporter data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 181    | [foreignapp](./foreignapp)                                      | Top level of Foreign Key system                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 182    | [foreigndevice](./foreigndevice)                                | Middle level of Foreign Key system                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 183    | [foreignkey](./foreignkey)                                      | Foreign Key - enables storage of arbitrary extra key information for every table/row in SuperOffice. You may use this table to store your extra information instead of using the dictionary SDK to create your own tables.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 184    | [PrefDesc](./prefdesc)                                          | Preference description, drives the Preference GUI. Maintenance client - controls all preferences in SuperOffice. You find an overview off all standard preference on [http://techdoc.superoffice.com](http://techdoc.superoffice.com).  May be used by third-party developers to add system preferences to be updated from SuperOffice Maintenance client, instead of ini-files.                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 185    | [PrefDescLine](./prefdescline)                                  | Preference description - multiple choice line - drives the Preference GUI. May be used by third-party developers to add system preferences to be updated from SuperOffice Maintenance client, instead of ini-files.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 186    | [ImportObject](./importobject)                                  | Import object types - see localetext for names.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 187    | [ImportField](./importfield)                                    | Import object types - see localetext for names                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 188    | [ImportRelation](./importrelation)                              | Relations between import objects                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 189    | [ImportDefault](./importdefault)                                | Defaults for import fields/objects                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 191    | [Role](./role)                                                  | User roles for role-based security, names and tooltips are in LocaleText. For more information regarding role based security, see [http://techdoc.superoffice.com](http://techdoc.superoffice.com)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 192    | [UserRoleLink](./userrolelink)                                  | Link between user role and user                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 193    | [FunctionRight](./functionright)                                | Functional right definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 194    | [FunctionRightRoleLink](./functionrightrolelink)                | Functional right definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 195    | [DataRight](./dataright)                                        | Data right definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 196    | [VisibleFor](./visiblefor)                                      | Visible for rights, who may see this appointment/document, sale,  salehist or selection                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 197    | [CounterValue](./countervalue)                                  | Visible for rights                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 198    | [StatusDef](./statusdef)                                        | Status definitions. Name and description are in LocaleText for internationalization                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 199    | [StatusValue](./statusvalue)                                    | Values for statuses                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 200    | [Publish](./publish)                                            | Publishing system for external users                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 201    | [SearchCriteria](./searchcriteria)                              | Criteria storage for Selection and other Find mechanisms                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 202    | [SearchCriteriaGroup](./searchcriteriagroup)                    | Criteria storage for Selection and other Find mechanisms                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 203    | [SearchCriterion](./searchcriterion)                            | Criteria storage for Selection and other Find mechanisms                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 204    | [SearchCriterionValue](./searchcriterionvalue)                  | Criteria storage for Selection and other Find mechanisms                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 205    | [BinaryObject](./binaryobject)                                  | Binary objects, i.e., blobs. Used for images, documents, SuperOffice inbox mail  and other large binary items                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 206    | [BinaryObjectLink](./binaryobjectlink)                          | Link table, connects a BinaryObject with one or more owners                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 207    | [RecurrenceRule](./recurrencerule)                              | The recurrency pattern for a recurring event. Each recurring event has an appointment.recurrenceRuleId pointing to its pattern.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 208    | [WinPosSize](./winpossize)                                      | Stores the position and size of each window, so they can be shown in the same place again                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 209    | [SuperListColumnSize](./superlistcolumnsize)                    | Stores the relative size (in percent) or in characters of a column in a SuperList                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 210    | [LanguageInfo](./languageinfo)                                  | Information about languages, from ISO standards and related information                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 211    | [LanguageInfoCountry](./languageinfocountry)                    | Many-many link between countries and languages, to give intelligent choices for language                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 212    | [ModuleOwner](./moduleowner)                                    | Unique owner of a set of licensed modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 213    | [ProjectTypeStatusLink](./projecttypestatuslink)                | Many-many link table between project type and status, similar to sale type-stage link; and an anchor point for guide items                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 214    | [DiaryView](./diaryview)                                        | Configuration of a multi-user diary view                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 215    | [DiaryViewRow](./diaryviewrow)                                  | Configuration of a multi-user diary view                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 216    | [Intent](./intent)                                              | Intent list for SAINT. More information regarding SuperOffice Sales Intelligence on [http://techdoc.superoffice.com](http://techdoc.superoffice.com)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 217    | [IntentGroupLink](./intentgrouplink)                            | User group link table for Intent, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 218    | [IntentHeadingLink](./intentheadinglink)                        | Heading link table for Intent, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 219    | [Salutation](./salutation)                                      | Academic title for Person                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 220    | [SalutationGroupLink](./salutationgrouplink)                    | User group link table for Salutation, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 221    | [SalutationHeadingLink](./salutationheadinglink)                | Heading link table for Salutation, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 222    | [RejectReason](./rejectreason)                                  | Rejection reason (suggested) for bookings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 223    | [RejectReasonGroupLink](./rejectreasongrouplink)                | User group link table for Comptr, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 224    | [RejectReasonHeadingLink](./rejectreasonheadinglink)            | Heading link table for RejectReason, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 225    | [AmountClass](./amountclass)                                    | Amount Class list for SuperOffice Sales Intelligence (Saint) - used to group sales by amounts, into bins (low --> high) called amount classes. More information regarding SuperOffice Sales Intelligence on [http://techdoc.superoffice.com](http://techdoc.superoffice.com)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 226    | [AmountClassGroupLink](./amountclassgrouplink)                  | User group link table for AmountClass, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 227    | [AmountClassHeadingLink](./amountclassheadinglink)              | Heading link table for AmountClass, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 228    | [udappntsmall](./udappntsmall)                                  | User-defined fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 229    | [udappntlarge](./udappntlarge)                                  | User-defined fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 230    | [uddocsmall](./uddocsmall)                                      | User-defined fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 231    | [uddoclarge](./uddoclarge)                                      | User-defined fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 232    | [AudienceVisibility](./audiencevisibility)                      | How projects (or whatever) should be made visible in audience                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 233    | [ExternalEvent](./externalevent)                                | The definition of projects as events in Audience (or other Collaborative apps)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 234    | [AudienceLayout](./audiencelayout)                              | One layout (of webparts and other stuff) for an audience instance                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 235    | [AudienceLayoutLink](./audiencelayoutlink)                      | Link between an audience layout and some target grouping table - might be Role or Category                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 236    | [AudienceConfig](./audienceconfig)                              | Configuration data for Audience core and webparts                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 237    | [ModuleLicense](./modulelicense)                                | Module licenses, belonging to one single owner                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 238    | [LicenseAssocLink](./licenseassoclink)                          | Link between ModuleLicense and Associate, for per-assoc licenses; this is how licenses are assigned/consumed                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 239    | [LicenseSatlLink](./licensesatllink)                            | Link between License and Satellite, for per-database licenses                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 240    | [ProductVersion](./productversion)                              | Version information for code modules. Owner + code module must be unique                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 241    | [MessageHandler](./messagehandler)                              | Presence and heartbeat of a message handler, should be updated once a minute. Older records are stale                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 242    | [Message](./message)                                            | Definition of a message, corresponding to the header of a protocol                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 243    | [BatchTask](./batchtask)                                        | Batch task request details, corresponding to the message body of a batch request message                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 244    | [BatchTaskDefinition](./batchtaskdefinition)                    | Batch task definitiopns, populated from the SuperOffice.CRM.BatchProcessing.BatchTask attribute                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 245    | [TZLocation](./tzlocation)                                      | Time zone location                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 246    | [TZStdRule](./tzstdrule)                                        | Time zone rule for standard time                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 247    | [TZDstRule](./tzdstrule)                                        | Time zone rule for daylight saving time                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 248    | [BaseTZLocation](./basetzlocation)                              | Time zone location for the database (how tz-related datetimes should be stored in the database)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 249    | [WebAppUsage](./webappusage)                                    | Usage statistics for web applications                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 250    | [Credentials](./credentials)                                    | Alternative credentials                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 251    | [PhoneFormat](./phoneformat)                                    | Formatting information for telephone numbers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 252    | [TrayApp](./trayapp)                                            | Tray application presence. SuperOffice CRM web extensions.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 253    | [registry](./registry)                                          | System settings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 254    | [session\_object](./session-object)                             | Generic session object, accessible from ejscript etc, typically xml or name=value syntax, may be stored over several rows if big                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 255    | [config](./config)                                              | This table contains certain system-wide configuration values.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 256    | [ticket\_attachment](./ticket-attachment)                       | This table connects an attachment to a message. It references the entry in the attachment table, and the message.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 257    | [ej\_category](./ej-category)                                   | This table contains categories, in which tickets are categorized. The categories are organized in a hierarchial manner.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 258    | [ej\_message](./ej-message)                                     | This table contains the messages listed under tickets.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 259    | [message\_header](./message-header)                             | This table contains small pieces of information which is listed over the body for each message.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 260    | [message\_customers](./message-customers)                       | This table contains all cutomers who are involved in a message                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 261    | [ticket\_status\_history](./ticket-status-history)              | This table contains the history of a tickets statuses. Each time a ticket changes status a copy of the previous status of the record will be saved                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 262    | [ticket](./ticket)                                              | This table contains the tickets (requests) of the system. Its purpose should be evident.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 263    | [ticket\_status](./ticket-status)                               | This table user defined ticket status values.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 264    | [ticket\_customers](./ticket-customers)                         | This table allows several customers to be connected to several tickets (many-to-many)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 265    | [invoice](./invoice)                                            | This table contains invoice entries, normally created when an invoice is sent to a customer, and we want to update the balance.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 266    | [invoice\_sum](./invoice-sum)                                   | This table is used temporarily when listing invoice statistics. It is used because we need to sort balances from both customers and companies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 267    | [ticket\_log](./ticket-log)                                     | This table contains log entries for the tickets.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 268    | [ticket\_log\_change](./ticket-log-change)                      | This table contains log entries for the tickets.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 269    | [ticket\_log\_action](./ticket-log-action)                      | This table contains actions for the tickets.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 270    | [category\_membership](./category-membership)                   | This table connects users to categories (many-to-many).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 271    | [mail\_in\_filter](./mail-in-filter)                            | This table contains entries for the mailboxes the eJournal system is fetching mail from (POP3 or IMAP).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 272    | [mail\_in\_uidl](./mail-in-uidl)                                | This table is used to avoid spamming the system by importing the same message several times (normally a result of a crash somewhere). When a mailbox is openede, then unique id for each message is stored in this table, and then removed only when the message has been correctly imported and deleted from mailbox.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 273    | [mail\_alias](./mail-alias)                                     | This table contains the alias\&apos;es for each mailbox, one-to-many-relation. It is in so we can substract the alias\&apos;es when when listing the recipients of a message.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 274    | [ticket\_alert](./ticket-alert)                                 | This table will contain ticket escalation levels. A ticket will be escalated along a \&apos;chain\&apos; of these levels.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 275    | [ticket\_priority](./ticket-priority)                           | This table contains the ticket priorities.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 276    | [reply\_template\_folder](./reply-template-folder)              | This table contains entries for folders for reply templates.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 277    | [reply\_template](./reply-template)                             | Templates for automatic and manual replies to emails/sms organized hierachically                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 278    | [reply\_template\_attachment](./reply-template-attachment)      | This table is used to connect attachments to reply templates (many-to-many).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 279    | [reply\_template\_body](./reply-template-body)                  | Contains the body of the reply templates in different languages                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 280    | [doc\_document](./doc-document)                                 | This table contains documents.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 281    | [doc\_folder](./doc-folder)                                     | A document folder.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 282    | [kb\_entry](./kb-entry)                                         | This table contains FAQ entries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 283    | [kb\_category](./kb-category)                                   | Knowledge base folder hierarchy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 284    | [kb\_attachment](./kb-attachment)                               | This table connects FAQ entries to attachments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 285    | [kb\_http\_link](./kb-http-link)                                | This table contains URL\&apos;s associated with a single FAQ entry.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 286    | [kb\_group](./kb-group)                                         | This table contains FAQ groups. A group is a cluster of entries (potentially located anywhere in the FAQ hierarchy). A group is located in a certain category.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 287    | [kb\_group\_entry](./kb-group-entry)                            | This table contains group entries for FAQ groups.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 288    | [kb\_entry\_keyword](./kb-entry-keyword)                        | This table contains all keywords for the faq entries                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 289    | [kb\_entry\_comment](./kb-entry-comment)                        | Comments to entries in the knowledge base, typically made by customers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 290    | [kb\_entry\_log](./kb-entry-log)                                | Who and when, if somebody edits a knowledge base entry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 291    | [kb\_category\_log](./kb-category-log)                          | Who and when, if somebody edits a knowledge base folder                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 292    | [kb\_workflow](./kb-workflow)                                   | Knowledge base workflow steps                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 293    | [kb\_workflow\_access](./kb-workflow-access)                    | Control of who can do what in a knowledge base workflow step                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 294    | [kb\_solution\_finder](./kb-solution-finder)                    | Knowledge base problem solving wizard, categories and subcategories for drilling down                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 295    | [kb\_solution\_finder\_entry](./kb-solution-finder-entry)       | Knowledge base problem solving wizard, items in a category linking to a knowledge base entry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 296    | [attachment](./attachment)                                      | This table contains metadata for attachments. The actual attachments are stored directly on disk, with filenames based on the the primary key for this table.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 297    | [login](./login)                                                | This table contains entries for the user sessions.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 298    | [login\_customer](./login-customer)                             | This table contains entries for customer sessions. At first only used for Soap logins, but will later also be used for web logins                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 299    | [ejuser](./ejuser)                                              | This table contains entries for the users of the system.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 300    | [timestamps](./timestamps)                                      | Timestamp information                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 301    | [notify](./notify)                                              | This table contains the pop-up messages displayed for users for various events, such as \&apos;new ticket\&apos;, etc.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 302    | [help](./help)                                                  | This table contains the help pages.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 303    | [company\_domain](./company-domain)                             | This table contains web-domains associated with a certain cust\_company entry.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 304    | [extra\_fields](./extra-fields)                                 | This table contains entries for the extra fields in the system.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 305    | [extra\_tables](./extra-tables)                                 | This table contains entries for the extra tables in the system.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 306    | [hierarchy](./hierarchy)                                        | This table contains folders used to group the extra tables in the system.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 307    | [extra\_menus](./extra-menus)                                   | This table contains entries for the extra menus in the system.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 308    | [extra\_tables\_result](./extra-tables-result)                  | Result set of executed search in ejournal extra tables                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 309    | [extra\_tables\_entry](./extra-tables-entry)                    | Hits/entries in result set of executed search in ejournal extra tables                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 310    | [ms\_filter](./ms-filter)                                       | This table contains email filters. These are the filters allowing you to do advanced parsing of incomming emails.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 311    | [ms\_filter\_mail](./ms-filter-mail)                            | This table connects mail filters (ms\_filter) to mailboxes (mail\_in\_filter).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 312    | [ms\_trashbin](./ms-trashbin)                                   | This table contains entries for emails which have been trashed by a filter, waiting for confirmation of deletion or import.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 313    | [ms\_substitute](./ms-substitute)                               | Regexp for extracting info from emails when they enter they system                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 314    | [eab\_folder](./eab-folder)                                     | This table contains eab (email address book) folders, used for containing email addresses.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 315    | [eab\_entry](./eab-entry)                                       | 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;).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 316    | [mail\_block](./mail-block)                                     | This table controls the spam-protection system, ensuring that a single email recipient does not recieve too many emails during a certain period of time.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 317    | [ext\_datasource](./ext-datasource)                             | This table contains external datasources, used for databaseintegration of customers and companies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 318    | [ext\_table](./ext-table)                                       | This table contains entries used for mapping an external table to an internal table (customer or cust\_company) for database integration.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 319    | [ext\_field](./ext-field)                                       | This table contains entries mapping an external field to an internal field. Used for database integration.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 320    | [cust\_lang](./cust-lang)                                       | This table contains entries for customer languages.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 321    | [cust\_category](./cust-category)                               | This table contains entries for categories exposed through a customer language.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 322    | [password\_rules](./password-rules)                             | This table may contain one entry specifying rules for passwords.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 323    | [ej\_role](./ej-role)                                           | Define access rights, memberships and other properties for role user members                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 324    | [role\_member](./role-member)                                   | Users linked to a role. Deprecated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 325    | [role\_category](./role-category)                               | Category membership associated with a role                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 326    | [role\_element](./role-element)                                 | Profiles associated with a role                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 327    | [role\_workflow](./role-workflow)                               | Knowledge base workflow access rights associated with a role                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 328    | [element\_profile](./element-profile)                           | The new (4.0) profile table. Contains profile for a single Html-element. Connected through element\_profile\_link                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 329    | [profile](./profile)                                            | Deprecated. This table contains entries for the user profiles.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 330    | [chat\_topic](./chat-topic)                                     | This table contains chat topics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 331    | [chat\_topic\_user](./chat-topic-user)                          | This table connected the chat topics with the users (i.e. the membership).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 332    | [chat\_session](./chat-session)                                 | This table contains chat sessions.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 333    | [chat\_message](./chat-message)                                 | This table contains messages in a chat session.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 334    | [s\_shipment](./s-shipment)                                     | Contains info about one shipment. The addresses are stored in s\_shipment\_addr                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 335    | [s\_message](./s-message)                                       | A message used in a shipment. Can be html and/or plain text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 336    | [s\_link](./s-link)                                             | Links in messages to measure success rate of a campaign.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 337    | [s\_link\_customer](./s-link-customer)                          | A connection between a customer and a link. Registered customers are identified when clicking on a link                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 338    | [s\_link\_customer\_statical](./s-link-customer-statical)       | A connection between a customer and a link. Registered customers are identified when clicking on a link                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 339    | [s\_picture\_folder](./s-picture-folder)                        | This table contains all picture folders                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 340    | [s\_picture\_entry](./s-picture-entry)                          | This table describes each picture in the database                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 341    | [s\_washing](./s-washing)                                       | Register of all bounced mail to enabel washing                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 342    | [s\_bounce\_shipment](./s-bounce-shipment)                      | Email bounces from customers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 343    | [s\_washing\_list](./s-washing-list)                            | Unused table that is ment to be used for active washing in spm v2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 344    | [s\_list](./s-list)                                             | A list, dynamic or static                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 345    | [s\_list\_element](./s-list-element)                            | Elements in a static list.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 346    | [s\_list\_customer](./s-list-customer)                          | Elements in a customer list.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 347    | [s\_shipment\_addr](./s-shipment-addr)                          | Addresses that are ready to be sent in a shipment.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 348    | [s\_list\_shipment](./s-list-shipment)                          | A connector between shipment and list so that one shipment can have many lists, and one list can have many shipments                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 349    | [s\_attachment](./s-attachment)                                 | A connector between a message and attachments. One message can contain many attachments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 350    | [s\_dyn\_criteria](./s-dyn-criteria)                            | Contains criterias for a dynamic list.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 351    | [outbox](./outbox)                                              | Outgoing emails with sending status and other info                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 352    | [inbox](./inbox)                                                | Info and status for safe email import                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 353    | [legal\_html\_tags](./legal-html-tags)                          | This table is used as a list of all legal HTML tags. HTML tags not in this list                  will be ignored when viewing html versions of messages                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 354    | [kb\_entry\_words](./kb-entry-words)                            | This table contains all the words and how many times the are refered                  to in the FAQ entires                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 355    | [word\_relations](./word-relations)                             | This table shows which word are used in which FAQ entry, and how many times            they are used in each                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 356    | [temporary\_words](./temporary-words)                           | This table is used as a temporary table, containing the words we want                  to search for in the FAQs                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 357    | [wsdl\_description](./wsdl-description)                         | Soap wsdl files                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 358    | [dictionary](./dictionary)                                      | User added dictionary words                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 359    | [dictionary\_base](./dictionary-base)                           | Language catalog for the ejournal dictionaries (automatic proof reading of message text etc)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 360    | [invoice\_entry](./invoice-entry)                               | This table contain all invoices, connected to a message                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 361    | [invoice\_type](./invoice-type)                                 | A invoiceable item category (a product or service) that provides default invoice line values                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 362    | [soap\_access](./soap-access)                                   | Table that contains constraints on the access to the soap interface                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 363    | [hotlist](./hotlist)                                            | The table is used by the hotlist to store the relationship between tickets and users                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 364    | [log\_events](./log-events)                                     | System log                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 365    | [log\_debug](./log-debug)                                       | A log used for debugging, especially useful for bLogic/ejscript                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 366    | [form\_keys](./form-keys)                                       | Keys that makes sure a form is not posted twice                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 367    | [sms\_hysteria](./sms-hysteria)                                 | Avoid sending too many sms messages in a short time interval to one person                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 368    | [item\_config](./item-config)                                   | This table is a generic table for storing item configuration. It is only used by the class ItemConfig.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 369    | [snapshot](./snapshot)                                          | Snapshots taken of the system database and attachments via soap                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 370    | [screen\_definition](./screen-definition)                       | A configurable screen                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 371    | [screen\_definition\_action](./screen-definition-action)        | An action to perform for a certain button in an screen                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 372    | [screen\_definition\_element](./screen-definition-element)      | An element in a configurable screen                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 373    | [screen\_definition\_hidden](./screen-definition-hidden)        | The name of a hidden variable to keep for this screen                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 374    | [screen\_definition\_language](./screen-definition-language)    | Custom language variables used for screens                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 375    | [screen\_chooser](./screen-chooser)                             | Screen choosers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 376    | [scheduled\_task](./scheduled-task)                             | A scheduled entry executing a script at certain times                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 377    | [ejscript](./ejscript)                                          | ejscript                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 378    | [system\_script](./system-script)                               | A table containing the system script                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 379    | [schedule](./schedule)                                          | Generic scheduled tasked handling time scheduling, locking and error messages                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 380    | [locking](./locking)                                            | Generic locking and error messages                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 381    | [dbi\_agent](./dbi-agent)                                       | DBI agent settings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 382    | [dbi\_agent\_field](./dbi-agent-field)                          | DBI agent fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 383    | [dbi\_agent\_schedule](./dbi-agent-schedule)                    | DBI agent schedule settings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 384    | [ejpackage](./ejpackage)                                        | This table stores packages on the system.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 385    | [ejpackage\_item](./ejpackage-item)                             | This table stores info on installed packages in the system                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 386    | [message\_id](./message-id)                                     | This table links an email message id to an eJournal item                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 387    | [ejscript\_debug](./ejscript-debug)                             | This table contains information when debugging an ejscript                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 388    | [sms](./sms)                                                    | This table will hold outgoing sms messages when transmitted with WebServices                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 389    | [user\_candidate](./user-candidate)                             | This table will hold user candidate secrets                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 390    | [s\_smtp\_servers](./s-smtp-servers)                            | Contains the smtp server for a shipment                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 391    | [ejselection](./ejselection)                                    | This table stores selections, dynamic groups.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 392    | [ejsel\_ejsel](./ejsel-ejsel)                                   | This table defines sources for complex selections in a many/many relationship                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 393    | [ejsel\_source\_idlist](./ejsel-source-idlist)                  | This table stores id list source for selections                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 394    | [ejsel\_source\_script](./ejsel-source-script)                  | This table stores a selection script source                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 395    | [ejsel\_source\_xml](./ejsel-source-xml)                        | This table stores a selection source as xml                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 396    | [static\_list\_ref](./static-list-ref)                          | This table stores id references for selections id lists                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 397    | [ejsel\_meta\_result](./ejsel-meta-result)                      | This table stores result meta data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 398    | [ejsel\_result\_set](./ejsel-result-set)                        | This table stores result set reference data, result sets for selections                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 399    | [tree\_explorer\_entry](./tree-explorer-entry)                  | This table stores the entries in a tree-explorer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 400    | [tree\_explorer\_link](./tree-explorer-link)                    | This table stores the link of entries in a tree-explorer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 401    | [external\_document](./external-document)                       | This table stores documents which can be viewed externaly, through the customer module                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 402    | [autosave](./autosave)                                          | Autosaved text clobs from ejscript and emarketeer messages                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 403    | [user\_attribute](./user-attribute)                             | This table is used for storing various attributes for users.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 404    | [notice\_frame](./notice-frame)                                 | PID controller for automatic adjustment of pop up message check rate                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 405    | [s\_sent\_message](./s-sent-message)                            | Emarketeer message control                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 406    | [access\_script](./access-script)                               | Scripts to implement row-based access rules (sentry light)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 407    | [outgoing\_message](./outgoing-message)                         | Delivery of outgoing messages to messageplugins, updated with status asynchroneously                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 408    | [ProductCategory](./productcategory)                            | List for the ProductCategory field of the Product table (Quote Management)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 409    | [ProductCategoryGroupLink](./productcategorygrouplink)          | User group link table for ProductCategory, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 410    | [ProductCategoryHeadingLink](./productcategoryheadinglink)      | Heading link table for ProductCategory, for MDO item headings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 411    | [ProductFamily](./productfamily)                                | List for the ProductFamily field of the Product table (Quote Management)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 412    | [ProductFamilyGroupLink](./productfamilygrouplink)              | User group link table for ProductFamily, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 413    | [ProductFamilyHeadingLink](./productfamilyheadinglink)          | Heading link table for ProductFamily, for MDO item headings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 414    | [ProductType](./producttype)                                    | List for the ProductType field of the Product table (Quote Management)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 415    | [ProductTypeGroupLink](./producttypegrouplink)                  | User group link table for ProductType, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 416    | [ProductTypeHeadingLink](./producttypeheadinglink)              | Heading link table for ProductType, for MDO item headings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 417    | [ErpConnector](./erpconnector)                                  | One ERP Connector, known by its URL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 418    | [ErpConnection](./erpconnection)                                | One connection to an ERP connector, specifying Client and other required information                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 419    | [ErpConnectionActorType](./erpconnectionactortype)              | Data about the configuration of one Erp Actor on one ErpConnection                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 420    | [ErpConnectionAccess](./erpconnectionaccess)                    | Access control for Erp Connections                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 421    | [ConnectionConfigField](./connectionconfigfield)                | Configuration data for Erp and Quote Connections                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 422    | [ErpInternalKey](./erpinternalkey)                              | The internal (superoffice-facing) key related to a synchronized record                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 423    | [ErpExternalKey](./erpexternalkey)                              | The external (ERP-facing) key related to a synchronized record / connection                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 424    | [ErpListItemMapping](./erplistitemmapping)                      | Defines a mapping of ERP to CRM fields, per connection and actor type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 425    | [ErpField](./erpfield)                                          | Store the metadata describing the fields that belong to an actor/connection combination, as described by the Erp Connector                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 426    | [ErpSyncLog](./erpsynclog)                                      | Record all field changes done by the Erp Sync                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 427    | [PaymentTerms](./paymentterms)                                  | The list of payment terms, in the internal product register                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 428    | [PaymentTermsGroupLink](./paymenttermsgrouplink)                | User group link table for PaymentTerms, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 429    | [PaymentTermsHeadingLink](./paymenttermsheadinglink)            | Heading link table for PaymentTerms, for MDO item headings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 430    | [PaymentType](./paymenttype)                                    | The list of payment types, in the internal product register                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 431    | [PaymentTypeGroupLink](./paymenttypegrouplink)                  | User group link table for PaymentType, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 432    | [PaymentTypeHeadingLink](./paymenttypeheadinglink)              | Heading link table for PaymentType, for MDO item headings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 433    | [DeliveryTerms](./deliveryterms)                                | The list of Delivery terms, in the internal product register                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 434    | [DeliveryTermsGroupLink](./deliverytermsgrouplink)              | User group link table for DeliveryTerms, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 435    | [DeliveryTermsHeadingLink](./deliverytermsheadinglink)          | Heading link table for DeliveryTerms, for MDO item headings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 436    | [DeliveryType](./deliverytype)                                  | The list of Delivery types, in the internal product register                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 437    | [DeliveryTypeGroupLink](./deliverytypegrouplink)                | User group link table for DeliveryType, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 438    | [DeliveryTypeHeadingLink](./deliverytypeheadinglink)            | Heading link table for DeliveryType, for MDO item headings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 439    | [PriceUnit](./priceunit)                                        | The list of price units, in the internal product register (meter, ton, bushel, microsecond, gradus, τρυβλίον, 五合枡, دونم or whatever)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 440    | [PriceUnitGroupLink](./priceunitgrouplink)                      | User group link table for PriceUnit, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 441    | [PriceUnitHeadingLink](./priceunitheadinglink)                  | Heading link table for PriceUnit, for MDO item headings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 442    | [SubscriptionUnit](./subscriptionunit)                          | The list of Subscription units, in the internal product register (year/quarter/month etc., or perhaps amounts if volume-based subscription)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 443    | [SubscriptionUnitGroupLink](./subscriptionunitgrouplink)        | User group link table for SubscriptionUnit, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 444    | [SubscriptionUnitHeadingLink](./subscriptionunitheadinglink)    | Heading link table for SubscriptionUnit, for MDO item headings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 445    | [QuoteLineConfiguration](./quotelineconfiguration)              | Configuration of quote lines - which fields are in use, rights, labels etc                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 446    | [SaleTypeQuoteAttachment](./saletypequoteattachment)            | Default attachments to quotes linked to sales of this type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 447    | [QuoteVersionAttachment](./quoteversionattachment)              | Actual attachments to a quote                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 448    | [ResourceOverride](./resourceoverride)                          | Generic mechanism for overriding (or even defining new) text resources, in multiple languages                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 449    | [ErpConfiguration](./erpconfiguration)                          | Global settings for the Erp Integration Server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 450    | [EjCategoryGroupLink](./ejcategorygrouplink)                    | User group link table for EjCategory, for mass handling ej\_category members                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 455    | [Favourite](./favourite)                                        | Favourite records (star-marking)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 456    | [DatabaseModel](./databasemodel)                                | New DatabaseModel used by Continuous Database                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 457    | [SaintConfiguration](./saintconfiguration)                      | Configuration information for the Saint system                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 458    | [Tags](./tags)                                                  | MDO List of tags for Service entities                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 459    | [TagsGroupLink](./tagsgrouplink)                                | User group link table for Tags, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 460    | [TagsHeadingLink](./tagsheadinglink)                            | Heading link table for Source, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 461    | [ai\_chat\_turn](./ai-chat-turn)                                | Contains AI Chatbot history - contains whole chat, not just what is sent to the chatbot. History is ready ordered by timestamp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 462    | [quick\_reply](./quick-reply)                                   | Personal quick reply text fragments                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 463    | [ConfigurableScreenDelta](./configurablescreendelta)            | Parts of recipes in SCIL to insert or remove in given recipes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 464    | [ConfigurableScreenAppliesTo](./configurablescreenappliesto)    | Mapping between recipes in scil and chosen type of data (appliesToKey) to differ layouts on                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 465    | [TaskMenu](./taskmenu)                                          | List items to merge into menues                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 466    | [TaskMenuGroupLink](./taskmenugrouplink)                        | User group link table for TaskMenu, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 467    | [TaskMenuHeadingLink](./taskmenuheadinglink)                    | Heading link table for TaskMenu, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 468    | [ConsentPurpose](./consentpurpose)                              | GDPR purpose alternatives                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 469    | [LegalBase](./legalbase)                                        | Legal base for GDPR (Article 6)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 470    | [ConsentSource](./consentsource)                                | Consent source for GDPR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 471    | [ConsentPerson](./consentperson)                                | Link table that defines who has which consents                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 472    | [CategoryFamily](./categoryfamily)                              | Grouping table so that multiple company categories can be grouped under one term; to simplify searching for things like 'all customers'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 473    | [copilot](./copilot)                                            | Contains all available copilots                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 474    | [copilot\_data\_source](./copilot-data-source)                  | Stores data sources for each copilot                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 475    | [copilot\_data\_source\_setting](./copilot-data-source-setting) | Stores specific configuration values for each data source                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 476    | [script\_trace](./script-trace)                                 | Scripts which should be traced                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 477    | [script\_trace\_run](./script-trace-run)                        | Traces of executed scripts                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 478    | [attachment\_location](./attachment-location)                   | A location for storing attachments                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 479    | [cust\_config](./cust-config)                                   | This table contains JSON structures used for customizing the customer center                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 480    | [cc\_template](./cc-template)                                   | This table contains templates for the customer center                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 481    | [dashboard](./dashboard)                                        | Describes a dashboard                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 482    | [dashboard\_theme](./dashboard-theme)                           | A set of style rules for the Dashboard                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 483    | [dashboard\_tile\_definition](./dashboard-tile-definition)      | Describes the contents of a tile                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 484    | [dashboard\_tile](./dashboard-tile)                             | Represents one tile in the dashboard                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 485    | [dashboard\_tile\_field](./dashboard-tile-field)                | Describes the contents of a tile field                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 486    | [quick\_filter\_info](./quick-filter-info)                      | Connect quick filter info from a specific provider to a dashboard                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 487    | [external\_owner](./external-owner)                             | Owner of external data imported into the system                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 488    | [form](./form)                                                  | A form which can be published on a webpage and submitted by visitors                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 489    | [form\_submission](./form-submission)                           | A form submission                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 490    | [form\_field\_restriction](./form-field-restriction)            | This table contains all form fields restrictions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 491    | [email\_account](./email-account)                               | Email account information                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 492    | [email\_folder](./email-folder)                                 | Corresponds to an email folder on a mail server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 493    | [service\_auth](./service-auth)                                 | Authentication for a service (imap, smtp...)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 494    | [email\_item](./email-item)                                     | Email data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 495    | [email\_attachment](./email-attachment)                         | Attachment info related to an email\_item                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 496    | [invitation](./invitation)                                      | Invitations to events                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 497    | [landing\_page](./landing-page)                                 | Per-associate landing page configuration for a given entity type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 498    | [landing\_page\_tab](./landing-page-tab)                        | A tab (pinned selection or entity record) on a landing page                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 499    | [s\_messageblock](./s-messageblock)                             | Contains a block of a mailing message, that can be reused in a mailing                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 500    | [MailingDomains](./mailingdomains)                              | List of allowed domains used in a Mailing                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 501    | [metering\_log](./metering-log)                                 | Metering log table                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 502    | [navigation\_history](./navigation-history)                     | Per-associate navigation state: Current (persisted soprotocol) and Recent navigation entries, keyed by client and key                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 503    | [TypicalSearch](./typicalsearch)                                | Owner of a set of predefined selection criteria                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 504    | [board\_view\_settings](./board-view-settings)                  | Settings for selection board view                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 505    | [time\_keeping](./time-keeping)                                 | Time keeping for how much time a sale or project or other entity has spent in a given stage or other state                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 506    | [NewsFeedItem](./newsfeeditem)                                  | Contains news feed items - published to one or more users, with one or more language descriptions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 507    | [NewsFeedItemHtml](./newsfeeditemhtml)                          | Detailed description of the news item, in a specific language.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 508    | [NewsFeedItemCta](./newsfeeditemcta)                            | List of Calls-to-Action buttons to attach to a given news item. One item may have multiple CTAs (e.g. Approve + Reject).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 509    | [NewsFeedItemRecipient](./newsfeeditemrecipient)                | Recipients of the news feed item. One news feed item may be sent to multiple recipients (users).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 510    | [OnlineApp](./onlineapp)                                        | Echo and track information about Online Apps and their usage                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 511    | [PushNotificationService](./pushnotificationservice)            | Used for storing handles to user devices that should receive push notifications                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 512    | [ShipmentType](./shipmenttype)                                  | Shipment type list table. Classification of a mailing, allowing recipients to subscribe to lists                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 513    | [ShipmentTypeReservation](./shipmenttypereservation)            | ShipmentTypes a person has reserved against. Note that the absense of a record here implies acceptance of a mailings of this type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 514    | [TemporaryKey](./temporarykey)                                  | Temporary keys for lightweight authentications such as changing ones subscriptions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 515    | [target\_group](./target-group)                                 | Info about a set of (sales, project, selection...) targets                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 516    | [target\_period](./target-period)                               | A set of periods linked with target amounts for users/usergroups and the target groups/years.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 517    | [target\_assignment\_info](./target-assignment-info)            | Linking associate, company or user group target and other information with target values                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 518    | [target\_assignment\_value](./target-assignment-value)          | A set of values linked to assignment info and a period in a target group.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 519    | [target\_revision\_history](./target-revision-history)          | Revision history info in case the original target group or assignment info was deleted                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 520    | [target\_revision](./target-revision)                           | One batch of changes made to targets                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 521    | [target\_change](./target-change)                               | A single field change.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 522    | [target\_dimension](./target-dimension)                         | Defining target dimension                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 523    | [Webhook](./webhook)                                            | Webhook URL to call when events occur in the client or in NetServer. Also tracks call+error statistics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 524    | [Webhook\_usage](./webhook-usage)                               | Webhook usage statistics - tracks call+error statistics. Same primary key as the webhook.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 525    | [Webhook\_notify](./webhook-notify)                             | Notification recipients for webhook failure events. Each row defines one recipient (associate or ad-hoc email) that should be notified when a webhook fails.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 526    | [workflow](./workflow)                                          | SuperOffice specific info about a workflow                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 527    | [email\_flow](./email-flow)                                     | A set of properties related to the email workflow.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 528    | [workflow\_instance](./workflow-instance)                       | A set of properties related to the workflow instance of one participant going through the flow                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 529    | [workflow\_goal](./workflow-goal)                               | A set of goals related to a workflow. Some goals will have search criterias associated with it to determine if the goal has been reached.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 530    | [workflow\_step](./workflow-step)                               | A set of steps related to a workflow.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 531    | [workflow\_trigger](./workflow-trigger)                         | A set of triggers related to a workflow.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 532    | [workflow\_step\_option](./workflow-step-option)                | Some steps can have optional child 'flows', a new series of steps                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 533    | [workflow\_step\_option\_link](./workflow-step-option-link)     | Link steps to other steps through step options                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 534    | [email\_flow\_content\_link](./email-flow-content-link)         | Links content to an email workflow                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 535    | [temp\_db\_lock](./temp-db-lock)                                | Represents a temporary lock on a resource identified by table\_id and key                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 536    | [workflow\_wait\_for\_action](./workflow-wait-for-action)       | Some steps wait for actions, this is info about those actions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 537    | [workflow\_root\_step\_link](./workflow-root-step-link)         | Link root steps to the workflow                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 538    | [form\_field\_value](./form-field-value)                        | Form field values saved in a searchable format                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 539    | [AssociateHistory](./associatehistory)                          | Historical information about associates that have been deleted. Most references are NOT declared as foreign keys; this is a historical table that should not be updated when further changes occur in the database                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 540    | [CacheInvalidation](./cacheinvalidation)                        | Names and generation numbers for distributed invalidation of caches                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 541    | [QuoteApprReason](./quoteapprreason)                            | Predefined reasons for quote approval                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 542    | [QuoteApprReasonGroupLink](./quoteapprreasongrouplink)          | User group link table for QuoteApprReason, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 543    | [QuoteApprReasonHeadingLink](./quoteapprreasonheadinglink)      | Heading link table for QuoteApprReason, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 544    | [QuoteDenyReason](./quotedenyreason)                            | Predefined reasons for quote denial                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 545    | [QuoteDenyReasonGroupLink](./quotedenyreasongrouplink)          | User group link table for QuoteDenyReason, for MDO item hiding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 546    | [QuoteDenyReasonHeadingLink](./quotedenyreasonheadinglink)      | Heading link table for QuoteDenyReason, for MDO headers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 547    | [EntityCounts](./entitycounts)                                  | Number of different entities an associate has created for usage statistics                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 548    | [utm\_parameters](./utm-parameters)                             | Table for utm parameters collected from visits and formsubmissions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 549    | [leadstatus](./leadstatus)                                      | List items of lead status that is selectable for contacts and persons that have specific category                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 550    | [AutomatedCategoryUpdate](./automatedcategoryupdate)            | Info on how to autoupdate category when changing sale or leadstatus on person                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 551    | [available\_fonts](./available-fonts)                           | This table contains all fonts selected to be available for external usage                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 552    | [ticket\_type](./ticket-type)                                   | A ticket (request) type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 553    | [ticket\_type\_priority](./ticket-type-priority)                | Link table defining what Priorities are relevant to a particular Ticket type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 554    | [ticket\_type\_status](./ticket-type-status)                    | Link table defining what Statuses are relevant to a particular Ticket type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 555    | [ticket\_relation\_def](./ticket-relation-def)                  | Ticket relation definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 556    | [ticket\_rel\_def\_ticket\_type](./ticket-rel-def-ticket-type)  | Link table defining what Ticket types are involved in this relation. Will have M:N rows for a single relation definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 557    | [ticket\_relation](./ticket-relation)                           | A relation between 2 tickets                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |


## Related topics

- [Database table listing](/en/database/tables/index.md)
- [profile table](/en/database/tables/profile.md)
- [login table](/en/database/tables/login.md)
- [invoice_sum table](/en/database/tables/invoice-sum.md)
- [mail_alias table](/en/database/tables/mail-alias.md)
- [Third-party tables](/en/automation/crmscript/howto/custom-objects/extra-table.md)
- [Add extra table](/en/custom-objects/admin/create-extra-table.md)
