IImportExtensions2.OverrideDataImportSafetyChecks 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.
Allows a package developer to skip data validation on Complex data imports The net effect is that import is much faster at the cost of the potential data collisions
public:
property bool OverrideDataImportSafetyChecks { bool get(); void set(bool value); };
public bool OverrideDataImportSafetyChecks { get; set; }
member this.OverrideDataImportSafetyChecks : bool with get, set
Public Property OverrideDataImportSafetyChecks As Boolean
Property Value
Remarks
You should set this to true
only if the target CRM instance does not contain any data.