cust_lang Table (320)
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
This table contains entries for customer languages.
Fields
Name | Description | Type | Null |
---|---|---|---|
id | The primary key (auto-incremented) | PK | |
name | The name/alias for this language. | String(255) | ● |
lang_code | A short code for this language ('no', 'dk', etc). Used in pathname to templates. | String(5) | ● |
virtual_domain | The virtual domain which should trigger this language (e.g. 'support.company.dk' vs. 'support.company.uk') | String(255) | ● |
web_domains | The domains from where the user should originate (when surfing) in order to trigger this language. Commaseparated list. | String(255) | ● |
email_domains | Commaseparated list of toplevel domains from where an email should originate in order to trigger this language. | String(255) | ● |
email_header | The email header line for this language ('Please keep the subject in any replies...'). | String(255) | ● |
kb_root | The reference to the FAQ category which is the root category for this language (for separating the FAQ per language). | FK kb_category | ● |
is_default | Bool indicating whether this language is the default (fallback) language. | Bool | ● |
iso_code | A two letter iso code for this customer language | String(63) | ● |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
kb_root | FK | Index |
Relationships
Table | Description |
---|---|
chat_topic | This table contains chat topics. |
contact | Companies and Organizations. This table features a special record containing information about the contact that owns the database. |
cust_category | This table contains entries for categories exposed through a customer language. |
cust_config | This table contains JSON structures used for customizing the customer center |
kb_category | Knowledge base folder hierarchy |
mail_in_filter | This table contains entries for the mailboxes the eJournal system is fetching mail from (POP3 or IMAP). |
person | Persons in a company or an organizations. All associates have a corresponding person record |
reply_template_body | Contains the body of the reply templates in different languages |
Replication Flags
- None
Security Flags
- No access control via user's Role.