Question

Where is the dashboard code located?

Hi

I use export and import to transfer changes between dev system and production.

It's now the first time I want to export a dashboard but don't know where it's located, what scheme do I need to export on the advanced settings?

I tried saving the dashboard and then sorting the schemas by the modified date, but looks like no schema was modified.

Thanks,

Chani

Like 0

Like

3 comments
Best reply

Hello Chani,



The dashboard's data is stored in the SysDashboards for dashboards on analytics, 

and SysWidgetDashboard for dashboards in the section pages.



    You can transfer this data using data bindings or on the DB level (merge for existing on the target instance and insert for non-existing).

  Data for folders, filters, and column setup is stored in the SysProfileData. You can transfer it similarly to the dashboard's data. 



    In case if you need more information on adding data bindings for the package, please see the article below: 

https://academy.creatio.com/docs/developer/development_tools/packages/p…

 

Best regards,

Bogdan

Hello Chani,



The dashboard's data is stored in the SysDashboards for dashboards on analytics, 

and SysWidgetDashboard for dashboards in the section pages.



    You can transfer this data using data bindings or on the DB level (merge for existing on the target instance and insert for non-existing).

  Data for folders, filters, and column setup is stored in the SysProfileData. You can transfer it similarly to the dashboard's data. 



    In case if you need more information on adding data bindings for the package, please see the article below: 

https://academy.creatio.com/docs/developer/development_tools/packages/p…

 

Best regards,

Bogdan

Bogdan,

Thank you!

What if I want to migrate Page elements from an edit page?

like these things: 

Thank you!

I foung it in the SysWidgetDashboard too. :)

Show all comments