Touchstone 2022 Database Reference
tDefaultUserOption Table
AIRUserSetting Database : tDefaultUserOption Table
Description

Stores administrator-specified default currency rate and geocoding settings. 

Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File GroupPRIMARY
System Object
Published for Replication
Rows3
Data Space Used8.00 KB
Index Space Used56.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the default user options record.int4   
 

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

int4   
 

Unique system-generated sequential identifier for the default currency exchange rate set used during analysis.

For a complete list of records, see tCurrencyExchangeRateSet Table.

int4   
 

ISO 3-character code for the default currency used during analyses.

For a complete list of codes, see tCurrency Table.

char3   
 

Unique system-generated sequential identifier for the default currency exchange rate set used to display results.

For a complete list of records, see tCurrencyExchangeRateSet Table.

int4  
 

ISO 3-character code for the default currency used to display results.

For a complete list of codes, see tCurrency Table.

char3  
 

Unique system-generated sequential identifier for the data source (database) in which the results are stored.

For a complete list of records, see tDataSource Table.

int4  
 

Name of the data source (database) in which the results are stored.

varchar255  
 

Indicates whether geocoding of international locations in enabled.

  • 1 = Yes (enabled)
  • 0 = No (disabled)
bit1 
((0))
 
 

XML string that defines the geocode option.  Used internally by Touchstone.

xml0  
 

Not used by Touchstone.

tinyint1
((1))
 
Objects that tDefaultUserOption depends on
 Database ObjectObject TypeDescriptionDep Level
tCurrencyExchangeRateSet tabletCurrencyExchangeRateSetTable

Stores information about the exchange rate sets available in the application. 

For more information about the currency exchange rate sets, see tCurrencyExchangeRateSetConversion Table.

2
tCurrencyExchangeRateSetConversion tabletCurrencyExchangeRateSetConversionTable

Stores information about the exchange rate set that corresponds to each currency in the application. 

For more information about the exchange rate sets, see tCurrencyExchangeRateSet Table.

1
See Also

Related Objects

AIRUserSetting Database