ImportSolutionAsync Action
Imports a solution using an asynchronous job.
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
OverwriteUnmanagedCustomizations
|
Edm.Boolean | False | True | Indicates whether any unmanaged customizations that have been applied over existing managed solution components should be overwritten |
PublishWorkflows
|
Edm.Boolean | False | True | Indicates whether any processes (workflows) included in the solution should be activated after they are imported. |
CustomizationFile
|
Edm.Binary | True | True | The compressed solutions file to import. |
ImportJobId
|
Edm.Guid | True | True | The ID of the import job that will be created to perform the import. |
ConvertToManaged
|
Edm.Boolean | True | True | Obsolete. The system will convert unmanaged solution components to managed when you import a managed solution. |
SkipProductUpdateDependencies
|
Edm.Boolean | True | True | Indicates whether enforcement of dependencies related to product updates should be skipped. |
HoldingSolution
|
Edm.Boolean | True | True | Import solution as holding solution staged for upgrade. |
SkipQueueRibbonJob
|
Edm.Boolean | True | True | For internal use only. |
LayerDesiredOrder
|
LayerDesiredOrder | True | True | For internal use only. |
AsyncRibbonProcessing
|
Edm.Boolean | True | True | For internal use only. |
ComponentParameters
|
Collection(crmbaseentity) | False | True | List of entities to overwrite values from the solution (currently for environment variable values and connection references). |
SolutionParameters
|
SolutionParameters | True | True | Additional solution parameters. |
IsTemplateMode
|
Edm.Boolean | True | True | For internal use only. |
TemplateSuffix
|
Edm.String | True | False | For internal use only. |
TemplateDisplayNamePrefix
|
Edm.String | True | False | For internal use only. |
StageAndUpgrade
|
Edm.Boolean | True | True |
Return type
Type | Nullable | Description |
---|---|---|
ImportSolutionAsyncResponse | False | Contains the response of the ImportSolutionAsync action. |