Touchstone 2022 Database Reference
tImportDefault Table
AIRUserSetting Database : tImportDefault Table
Description
Provides the default settings for import jobs.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File GroupPRIMARY
System Object
Published for Replication
Rows8
Data Space Used88.00 KB
Index Space Used48.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the import default record.

int4   
 

Unique system-generated sequential identifier for the business unit associated with the defaults.

int4   
 

Unique system-generated sequential identifier for the mapping set record using during import.

For a complete list of records, see tImportMappingSet Table.

int4  
 

XML string that defines the default values set for the different import fields, such as Currency and Construction Code.

xml0  
 Date and time when ImportDefault row was entered.date8 
(getutcdate())
 
 Date and time when ImportDefault row was last modifieddate8 
(getutcdate())
 
 System-generated sequential code for the import record.nvarchar16  
 

System-generated code that represents the signature.

For example: 0x37E1ABBA78E9A22E6DE6CBC47F573729.

varbinary8000 
(hashbytes('MD5',[Signature]))
Objects that tImportDefault depends on
 Database ObjectObject TypeDescriptionDep Level
tImportMappingSet tabletImportMappingSetTableStores mappings between fields in input files and columns in target databases for import jobs.1
See Also

Related Objects

AIRUserSetting Database