Database – User Tenant Configuration (user_tenant_configuration)
Tenant-specific agent user settings.
Column | Data Type | Column Info | Value Notes | Other |
id | int(10) | The id of the entity | ||
user_id | int(10) | ID of the associated agent user | ||
default_user_loan_id | int(10) | ID of default user loan | ||
iprestriction_id | int(10) | ID of associated IP restriction | ||
search_restriction_group_id | int(11) | ID of associated search restriction | ||
shortcuts_set_id | int(11) | ID of associated shortcuts set | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
google_email | varchar(255) | associated google email | ||
google_password | text | associated google password | ||
google_print_token | text | associated google print token | ||
sound_group_id | int(11) | ID of associated sound group | ||
loan_summary_template_id | int(11) | ID of associated loan summary template | ||
wizard_group_id | int(11) | ID of associated wizard group | ||
user_account_configured | tinyint(1) | Whether or not the user account has been configured for the tenant | 1 - yes, 0 - no | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |