ImportAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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 |
SkipSameVersion | 25 | Solution will be skipped as the inbound solution is the same version as the deployed version |
SkipOrganizationVersionInCompatible | 50 | Solution will be skipped as CRM believes the solution is incompatible with the deployment. |
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. |