Since CRM 2011 the is a Problem with customizing the OOTB Sales Performance Dashboard.
Until today with CRM 2016 SP1 it still is not possible to modifiy the dashboard with the dashboard designer in CRM:
https://support.microsoft.com/de-de/kb/2741768
Even in MS Connect, Microsoft does not pay a lot of attention to this issue, as its not having many votes.
If you try to modify it you will get an error:
"Cannot Edit Dashboard. The dashboard could not be opened. Maximum no. of columns allowed in the layout is 4."
I also tried to make an unmanaged solution of the dashboard with no success. Even with the default solution you will not get out the required formxml that you want to change.
If you have CRM on-prem you still have a chance to actually retrieve the required form XML from the database.
This article helps you to find the right table in the ORG_MSCRM database:
https://msdn.microsoft.com/en-us/library/gg327869.aspx
In this case Need to search through the systemform table. Just search in "Name" column for the right title of the Dashboard. Then copy out the form XML and it should look like this:
Then create an unmanaged solution in CRM and export it with the Sales Performance Dashboard.
Next, unzip the file and open the customization.xml with e.g. Notepad++.
Then search for the Dashboard and it should look like this:
Now we update the XML with the actual form XML and other view things:
Then you can do whatever changes to the form XML to reflect your requirements.
Finally save the file, zip everything together and import it back to CRM and publish it.
Voilá!
Until today with CRM 2016 SP1 it still is not possible to modifiy the dashboard with the dashboard designer in CRM:
https://support.microsoft.com/de-de/kb/2741768
Even in MS Connect, Microsoft does not pay a lot of attention to this issue, as its not having many votes.
If you try to modify it you will get an error:
"Cannot Edit Dashboard. The dashboard could not be opened. Maximum no. of columns allowed in the layout is 4."
I also tried to make an unmanaged solution of the dashboard with no success. Even with the default solution you will not get out the required formxml that you want to change.
If you have CRM on-prem you still have a chance to actually retrieve the required form XML from the database.
This article helps you to find the right table in the ORG_MSCRM database:
https://msdn.microsoft.com/en-us/library/gg327869.aspx
In this case Need to search through the systemform table. Just search in "Name" column for the right title of the Dashboard. Then copy out the form XML and it should look like this:
Then create an unmanaged solution in CRM and export it with the Sales Performance Dashboard.
Next, unzip the file and open the customization.xml with e.g. Notepad++.
Then search for the Dashboard and it should look like this:
Now we update the XML with the actual form XML and other view things:
Then you can do whatever changes to the form XML to reflect your requirements.
Finally save the file, zip everything together and import it back to CRM and publish it.
Voilá!
Comments
Post a Comment