简体   繁体   English

使用crm程序包部署程序订购解决方案和数据导入

[英]order solution and data import using crm package deployer

I want to import multiple solutions and data files related to each solution in a CRM online instance using package deployer. 我想使用程序包部署程序在CRM在线实例中导入多个解决方案和与每个解决方案相关的数据文件。 I want to order the imports as mentioned below - 我要订购进口产品,如下所述-
Step1 - Import Solution1 第1步-导入Solution1
Step2 - Import Data File1 步骤2-导入数据文件1
Step3 - Import Solution2 步骤3-导入Solution2
Step4 - Import data File2 第4步-导入数据File2

Please let me know how to achieve this functionality. 请让我知道如何实现此功能。

It isn't possible to interleave the import of solution files and data files in a single packager deployer package given the structure defined by the ImportConfig.xml file which the solution packager uses to define the solutions and data files to import. 给定由ImportConfig.xml文件定义的结构,解决方案打包程序用来定义要导入的解决方案和数据文件的结构,就不可能在单个打包程序部署程序包中交错插入解决方案文件和数据文件。 The solutions will first be imported in sequential order, followed by all the data files in sequential order. 解决方案将首先按顺序导入,然后按顺序导入所有数据文件。

In practice, there shouldn't be a need to import the solutions and data files in such an interleaved order, and the data files can be imported after all the solutions have been imported without any issue. 在实践中,不必以这种交错的顺序导入解决方案和数据文件,并且可以在所有解决方案都已导入之后毫无问题地导入数据文件。

If it's absolutely necessary to import the solution and data files in such an interleaved order, one could create multiple packages, with each package containing the single solution and its associated data file, and import each package one after the other in the desired order. 如果绝对有必要以这种交错的顺序导入解决方案和数据文件,则可以创建多个程序包,每个程序包都包含一个解决方案及其关联的数据文件,然后按所需顺序依次导入每个程序包。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM