cust_config Table (477)
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table contains JSON structures used for customizing the customer center
Fields
Name | Description | Type | Null |
---|---|---|---|
cust_config_id | Primary key | PK | |
type | What kind of data is in this row | Enum ConfigType | ● |
config | A JSON-formatted config | Clob | ● |
cust_lang_id | The customer language which this config belongs to. 0 indicates that the config is global | FK cust_lang | |
registered | Registered when | UtcDateTime | |
registered_associate_id | Registered by whom | FK associate | |
updated | Last updated when | UtcDateTime | |
updated_associate_id | Last updated by whom | FK associate | |
updatedCount | Number of updates made to this record | UShort |
Indexes
Fields | Types | Description |
---|---|---|
cust_config_id | PK | Clustered, Unique |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
cust_lang | This table contains entries for customer languages. |
Replication Flags
- None
Security Flags
- No access control via user's Role.