StageAndUpgrade Action
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 | False | True | The compressed solutions file to import. Required. |
|
ImportJobId
|
Edm.Guid | False | True | The Id of the import job that will be created to perform this import. Required. |
|
ConvertToManaged
|
Edm.Boolean | True | True | Direct the system to convert any matching unmanaged customizations into your managed solution. Optional. |
|
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 | Internal use only. |
|
ComponentParameters
|
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. |
Return Type
| Type | Nullable | Description |
|---|---|---|
| StageAndUpgradeResponse | False | The StageAndUpgrade action returns the following value. |