Database - Dashboard Entity (dashboard_entity)
Description
Agent Dashboards can be used as a brief overview of the company. It can show snapshots of information from LoanPro.
Common Uses
Table Fields
Column | Data Type | Column Info | Value Notes |
id | int(11) | The ID or identifier of the agent dashboard. | |
title | varchar(255) | The title of the dashboard providing a brief description. | |
active | tinyint(1) | Determines if the dashboard is active or not. | 1 - yes, 0 - no |
shared_user_ids | text | ||
shared_global_role_ids | text | ||
shared_tenant_role_ids | text | ||
deleted | tinyint(1) | Determines if the dashboard is deleted or not. | 1 - yes, 0 - no |
created | timestamp | The date the dashboard was created. | |
created_by | int(11) | ||
lastUpdated | timestamp | The date the dashboard was last updated. |