Using Dashboard add-on in multitenant environment

Hi Cuba team,
As we have the following Entities related to dashboard add-on, would you please suggest which Entities should be extended Ext in order to create dashboards by different tenants independently? Note that I want to keep the widget template common to all tenants but they will be able to create/modify/view their own dashboard.
image

Hi,

Then you need to extend only dashboard_persistent_dashboard table. If you want to have separate groups then you need also extend dashboard_template_group.

Regards,
Evgeny

Thank you Evgeny.