User-friendly tool for editing MS CRM customization xml

£可爱£侵袭症+ 提交于 2019-12-11 06:23:23

问题


I need to make a lot of modifications in MS CRM customization. Some of these customizations could be made in web-interface, dome of them need to be hacked in plain customization XML file.

Even more, I'm not the one who is making changes: so I will be required to merge these changes done by one person in web-interface and by another one in plane XML. But MS CRM automatically produces quite big and fairly readable customization file where it's impossible to understand which changes belongs to what.

Is there any tool to make this editing a bit easier? Maybe someone faced with such an issue already and have their own solution for that? Maybe converting to YAML or JSON, editing and then converting back?

Any best practices?


回答1:


Actually, there is an answer. Right from Microsoft itself:

Use the SolutionPackager Tool to Compress and Extract a Solution File

This tool provided as part of standard MS Dynamics CRM SDK and enables developer to split customization files on pieces and then combine it back again.

But, frankly speaking, on MS Dynamics CRM 2011 Rollup 10 SDK it's broken: in some cases it is unable to split solutions and is unable to combine them back in all cases.




回答2:


Well wont everyone be loading their customisations into CRM to test them? In that case you can let CRM merge the changes and you can just take an export.

If they are working in separate environments then use CRM solutions to import the customisations into a single environment.



来源:https://stackoverflow.com/questions/15041333/user-friendly-tool-for-editing-ms-crm-customization-xml

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!