ImportFileStatusDetail Class (CrmHelpers)

banner art

[Applies to: Microsoft Dynamics CRM 4.0]

Find the latest SDK documentation: CRM 2015 SDK

This class specifies the integer flags to set the importfile.processingstatus property. Although the property may accept any value, these are the valid values.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when setting entity property values.

The ImportFileStatusDetail class exposes the following members.

Field Value Description
ComplexTransformation 4 Specifies that a complex transformation is completed.
ImportComplete 11 Specifies that all entity instances for a specified import file are created on the server.
ImportPass1 9 Specifies that the import pass 1 is completed. When this pass is finished, all attributes contain the values specified in the source file. If the lookup values that are provided in the source file exist on the server, they are loaded into the attributes of type lookup. If not, the lookup attributes contain null values. 
ImportPass2 10 Specifies that the import pass 2 is completed. When this pass is finished, all attributes of type lookup are updated with the correct values.
LookupTransformation 5 Specifies that the lookup transformation is completed.
None 0 Not used.
NotStarted 1 Not used.
OwnerTransformation 7 Specifies that the owner transformation is completed.
Parsing 2 Specifies that the data parsing has started.
ParsingComplete 3 Specifies that the data parsing is completed.
PicklistTransformation 6 Specifies that the picklist transformation is completed.
TransformationComplete 8 Specifies that all data transformation for the specified import file is completed.

Remarks

This class is in the helper code file SDK\Helpers\CS\CrmHelpers\enums.cs. This class can also be found in the assembly Microsoft.Crm.Sdk.dll.

Requirements

Filename: enums.cs

See Also

Concepts

Reference

© 2010 Microsoft Corporation. All rights reserved.