Change the maximum No. of controls on MSCRM Dashboards MSCRM Dashboard Control Number Change

Source: Internet
Author: User
Tags microsoft dynamics

The maximum number of controls allowed on MSCRM dashboards is 6. You cannot put the more than 6 graphs/charts/iframes/webresources etc. on the dashboard.
This setting was applied to the server not a organisation setting. So, you cannot the change of this setting for CRM Online, but the change of this to an on-premise installation.
There is ways to do it.

    1. Using Deployment Web Service (http://myservername/xrmdeployment/2011/deployment.svc)
    2. Using Window Power Shell

Windows Power Shell Option is the easiest one.

    • Open the Windows Power Shell
    • Add the Microsoft Dynamics CRM PowerShell snap-in using
Add-pssnapin Microsoft.Crm.PowerShell
You could
get the message saying something like "Add-pssnapin:cannot Add Windows PowerShell snap-in Microsoft.Crm.Powe Rshell because it is already added. " It is okay.
    • Run the following 3 command
$setting = Get-crmsetting-settingtype dashboardsettings
$setting. Maximumcontrolslimit = 8 (//Can change this number)
set-crmsetting-setting $setting

Here is my screens shot with 8 charts.

Setting:


View:

Change the maximum No. of controls on MSCRM Dashboards MSCRM Dashboard Control Number Change

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.