ImportAction Enum

Definition

Actions that the Package deployment system can employ during disposition of a solution.

public enum class ImportAction
public enum ImportAction
type ImportAction = 
Public Enum ImportAction
Inheritance
ImportAction

Fields

Import 10

Import or Upgrade Action has been chosen

SkipLowerVersion 20

Solution will be skipped as the inbound solution is lower version then the deployed version

SkipOrganizationVersionInCompatible 50

Solution will be skipped as CRM believes the solution is incompatible with the deployment.

SkipSameVersion 25

Solution will be skipped as the inbound solution is the same version as the deployed version

UserRequestedSkip 200

Only set when customer request that the system skip the import

UserRequestedUpdateSameVersion 250

Only set when the customer requests that the system update the same version of the solution.

Applies to