civicrm_dashboard

6 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
civicrm_dashboard_contact.dashboard_id FK_civicrm_dashboard_contact_dashboard_idC
domain_id INT UNSIGNED 10 null
civicrm_domain.id FK_civicrm_dashboard_domain_idC

Domain for dashboard

name VARCHAR 64 null

Internal name of dashlet.

url VARCHAR 255 null

url in case of external dashlet

permission VARCHAR 255 null

Permission for the dashlet

permission_operator VARCHAR 3 null

Permission Operator

fullscreen_url VARCHAR 255 null

fullscreen url for dashlet

is_active TINYINT 3 0

Is this dashlet active?

is_reserved TINYINT 3 0

Is this dashlet reserved?

label_en_US VARCHAR 255 null
label_fr_CA VARCHAR 255 null
cache_minutes INT UNSIGNED 10 60

Number of minutes to cache dashlet content in browser localStorage.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
FK_civicrm_dashboard_domain_id Performance Asc domain_id

Relationships