Update Default Dashboard of users: Dynamics CRM 2011 and 2013 on-premise

We can use following query:

Step 1: Fire the below query:

Update UserSettingsBase set
DefaultDashboardId = ‘DashboardId’

Note: DashboardId can be picked from systemform table.

Step 2: CRM App pool recycle.

Hope it helps!

This is unsupported query and can fail in future.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s