Hello All,
I am working on adding a new WebResource to a CRM 2016 solution. We have a shell script that packages the changes and then deploys it onto the CRM instance. WebResource is a javascript file & and a corresponding <resourcename>.data.xml file is also present in my local workspace. When deployment script runs i see the following warning and then it goes onto deploy the package.
When i check my solution.xml file I see that, adding a WebResource has added this line to the file:
<RootComponent type="60" id="{df5bef3a-9237-40bd-a27c-2cd7fd434706}" behavior="0" />
where type is Dashboard. But this {df5bef3a-9237-40bd-a27c-2cd7fd434706}.xml is an entity & not sure why this line is getting added. Has something changed in the CRM 2016? Is it okay if I remove this line from solution.xml which will make the warning go away during deployment.










