ImportSolutionRequest.SkipProductUpdateDependencies Property
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.
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.