ImportSolution Action

Imports a solution.

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 False True

The compressed solutions file to import.

ImportJobId
Edm.Guid False 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).

IsTemplateMode
Edm.Boolean True True

For internal use only.

TemplateSuffix
Edm.String True False

For internal use only.

SolutionParameters
SolutionParameters True True

Additional solution parameters.

TemplateDisplayNamePrefix
Edm.String True False

For internal use only.

See also