Touchstone 2022 Database Reference
tDefaultObject Table
AIRUserSetting Database : tDefaultObject Table
Description
Stores default object information.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows14
Data Space Used8.00 KB
Index Space Used40.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the business unit record.

int4   
Primary Key 

Code that represents the object type.

For a complete list of codes, see tObjectType Table.

varchar25   
Primary Key 

Code that represents the mode to which the object applies.

For a complete list of codes, see tObjectContext Table.

varchar10   
Primary Key 

Indicates whether the mode is the default

  • 1 = Yes (default)
  • 0 = No (not the default)
bit1 
((0))
 
 

Unique system-generated sequential identifier for the object record.

int4   
Objects that tDefaultObject depends on
 Database ObjectObject TypeDescriptionDep Level
tObject tabletObjectTableStores information about the widget and template objects available in the application.1
See Also

Related Objects

AIRUserSetting Database