StageAndUpgradeAsync Action
Asynchronously imports a solution, stages it for upgrade, and applies the upgrade as the default (when applicable).
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
OverwriteUnmanagedCustomizations
|
Edm.Boolean | False | True | Whether any unmanaged customizations that have been applied over existing managed solution components should be overwritten. Required. |
PublishWorkflows
|
Edm.Boolean | False | True | Whether any processes (workflows) included in the solution should be activated after they are imported. Required. |
CustomizationFile
|
Edm.Binary | True | True | The compressed solutions file to import. Required. |
ImportJobId
|
Edm.Guid | True | True | The Id of the import job that will be created to perform this 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 | Whether enforcement of dependencies related to product updates should be skipped. |
SkipQueueRibbonJob
|
Edm.Boolean | 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. |
LayerDesiredOrder
|
LayerDesiredOrder | True | True | For internal use only. |
Return type
Type | Nullable | Description |
---|---|---|
StageAndUpgradeAsyncResponse | False | Contains the response of the StageAndUpgradeAsync action. |