Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

UserRequestedImportAction Enum

Definition

Namespace:
Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase
Assembly:
Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.dll
Package:
Microsoft.CrmSdk.XrmTooling.PackageDeployment v9.1.0.184

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.

Override Actions that user can request

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

Fields

Name Value Description
Default 0

System decision is executed.

ForceUpdate 1

System attempts to do an update of the existing solution, only valid for the SkipSameVersion and Import

Skip 3

System will skip the solution, only valid for the Import action.

Applies to