Answered by:
MS CRM User Dashboard

Question
-
Hello,
Can anyone please help me to know, in database which table contains the personal/User dashboard not system dashboard details?
Regards,
Priya
Monday, October 27, 2014 9:32 AM
Answers
-
Hi,
Userform table stores personal/User dashboard and Systemform table stores system dashboard.
Regards, Saad
- Marked as answer by PriyaSwain Tuesday, October 28, 2014 6:00 AM
Monday, October 27, 2014 9:40 AM -
Hi,
In CRM 2011 dbo.UserFormBase table contains the system dashboards. I think it in CRM 2013 tables merged so it should be dbo.UserForm.
Thanks!
- Marked as answer by PriyaSwain Tuesday, October 28, 2014 6:00 AM
Monday, October 27, 2014 9:41 AM
All replies
-
Hi,
Userform table stores personal/User dashboard and Systemform table stores system dashboard.
Regards, Saad
- Marked as answer by PriyaSwain Tuesday, October 28, 2014 6:00 AM
Monday, October 27, 2014 9:40 AM -
Hi,
In CRM 2011 dbo.UserFormBase table contains the system dashboards. I think it in CRM 2013 tables merged so it should be dbo.UserForm.
Thanks!
- Marked as answer by PriyaSwain Tuesday, October 28, 2014 6:00 AM
Monday, October 27, 2014 9:41 AM -
Thank you All for time ..
yes the "dbo.UserFormBase" table contains user dashboard details.
Can you please help how I will move them one organization to other organization ?
Regards,
Priya.
Monday, October 27, 2014 9:55 AM -
Hi Priya,
you have to do it programatically using SSIS Integration or using Scribe.
Regards,
Saad
Regards, Saad
Monday, October 27, 2014 11:29 AM -
Hi,
As I have only few records, so wrote a sql query to move one organization user dashboard data to other organization database.
Thanks,
Priya
Tuesday, October 28, 2014 6:02 AM