IImportExtensions2.OverrideDataImportSafetyChecks Property

Definition

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.

Applies to