FailedImportItem Properties |
The FailedImportItem type exposes the following members.
Name | Description | |
---|---|---|
Content |
Gets/sets the raw import content for the item. Corresponds to the item_content column.
| |
DataFormat |
Gets/sets the data format (e.g. "xml") of the item within the import file. Corresponds to the data_format column.
| |
Description |
Gets/sets a subject or description for the item. Corresponds to the item_desc column.
| |
EntryNumber |
Gets/sets the entry # of the item within the import file, if known. Corresponds to the entry_number column.
| |
ErrorID |
Gets/sets the error ID for the error encountered while attempting to import the item. Corresponds to the error_id column.
| |
ErrorMessage |
Gets/sets the error message for the error encountered while attempting to import the item. Corresponds to the error_msg column.
| |
ExternalID |
Gets/sets the external ID for the item. Corresponds to the external_id column.
| |
ImportDate |
Gets/sets the date/time of the import file. Corresponds to the import_dt column.
| |
ImportFile |
Gets/sets the name of the import file. Corresponds to the import_file column.
| |
ImportName |
Gets/sets the name of the import. Corresponds to the import_name column.
| |
LineNumber |
Gets/sets the starting line # of the item within the import file, if known. Corresponds to the line_number column.
| |
RelatedID |
Gets/sets the ID of a related item for the failed import item.
The value for this will be dependent on the particular import. One use would be to identify the parent
record where the import involves importing a parent record and related records (e.g. a company with multiple offices).
Corresponds to the related_id column.
|