ImportSolutionRequest.SkipProductUpdateDependencies Property

Definition

Gets or sets whether enforcement of dependencies related to product updates should be skipped.

public:
 property bool SkipProductUpdateDependencies { bool get(); void set(bool value); };
public bool SkipProductUpdateDependencies { get; set; }
member this.SkipProductUpdateDependencies : bool with get, set
Public Property SkipProductUpdateDependencies As Boolean

Property Value

true if enforcement of dependencies related to product updates should be skipped; otherwise, false.

Remarks

This member was added because solutions exported from a Dataverse organization with product updates enabled will contain dependencies on solution components that will not exist in an on-premises deployment of Microsoft Dynamics CRM 2011 or a Dataverse organization that has not installed the updates. This parameter allows for the installation of the solution to proceed. Any functionality in the solution that depends on missing solution components will not function as expected.

Applies to