首页 > 代码库 > Change the maximum no. of controls on MSCRM Dashboards MSCRM 仪表盘 控件 数量 更改
Change the maximum no. of controls on MSCRM Dashboards MSCRM 仪表盘 控件 数量 更改
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.
- Using Deployment Web Service (http://myservername/xrmdeployment/2011/deployment.svc)
- 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:
View:
Change the maximum no. of controls on MSCRM Dashboards MSCRM 仪表盘 控件 数量 更改
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。