如何复制 Microsoft Dynamics CRM 4.0 解决方案
我有一个正在生产中的 CRM 4.0 解决方案,我想制作它的副本,以便我可以将它用作测试服务器。
有哪些替代方案可以实现这一目标? 缺点/优点?
I have a CRM 4.0 solution in production and I would like to make a replica of it so that I can use it as a test server.
What are the alternatives to accomplish this? Cons / Pros?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以将所有自定义导出到文件,然后将它们导入到测试系统中。 理想情况下,您将朝另一个方向工作(在测试中进行更改,然后转向生产)。
要导出,请转至“设置”-“自定义”。 您将看到导入自定义和导出自定义的选项。 如果单击“导出自定义”,则可以导出选定的实体自定义。 还有一个菜单选项可以导出所有自定义设置。 CRM 将创建一个 .zip 文件,该文件是一个 XML 文件,其中包括实体定义、表单、视图、关系和工作流程。 您只需反转该过程即可将更改导入到另一个环境中。
You can export all of your customizations to a file and then import them into your test system. Ideally you will work the other direction (make changes in test, then move to production).
To Export, go to Settings-Customization. You will see options for Import Customizations and Export Customizations. If you click Export Customizations, you can export selected entity customizations. Also there is a menu option to export all customizations. CRM will create a .zip file which is an XML file that includes the entity definitions, forms, views, relationships, and workflows. You just reverse the process to import your changes into another environment.
最终遵循 Microsoft 的流程:
“如何移动 Microsoft Dynamics CRM 4.0 部署”
https ://support.microsoft.com/en-us/kb/952934
看起来没有其他选择。
Ended up following the process from Microsoft:
"How to move the Microsoft Dynamics CRM 4.0 deployment"
https://support.microsoft.com/en-us/kb/952934
It looked like there was not another alternative.