码迷,mamicode.com
首页 > 其他好文 > 详细

Change the maximum no. of controls on MSCRM Dashboards MSCRM 仪表盘 控件 数量 更改

时间:2014-12-05 12:37:52      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   ar   color   os   sp   for   

The maximum number of controls allowed on MSCRM dashboards are 6. You cannot put the more than 6 graphs/charts/iframes/webresources etc. on the dashboard.
This setting is applied to the server not a organisation setting. So you cannot change this setting for CRM Online but you can change this for an on-premise installation.
There are two 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 may get the message saying something like “Add-PSSnapin : Cannot add Windows PowerShell snap-in Microsoft.Crm.PowerShell because it is already added.” It is okay.
  • Run the following 3 command
$setting = Get-CrmSetting -SettingType DashboardSettings
$setting.MaximumControlsLimit = 8 (// you can change this number)
Set-CrmSetting -Setting $setting

Here is my screen shot with 8 charts.

Setting:

bubuko.com,布布扣

 

View:

bubuko.com,布布扣

Change the maximum no. of controls on MSCRM Dashboards MSCRM 仪表盘 控件 数量 更改

标签:style   blog   http   io   ar   color   os   sp   for   

原文地址:http://www.cnblogs.com/Earson/p/MSCRM_Dashboards.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!