Touchstone Re 2022 Database Reference
tObject Table
AIRUserSetting Database : tObject Table
Description
Stores information about the widget and template objects available in the application.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File GroupPRIMARY
System Object
Published for Replication
Rows41
Data Space Used8.00 KB
Index Space Used56.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the object record.int4   
 

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

int4   
 

Code that represents the object type.

For a complete list of codes, see tObjectType Table.

varchar25  
 Name of the object.varchar255  
 Description of the object.varchar4000  
 Reserved for future use.int4  
 

Indicates whether the object can be deleted.

  • 1 = Yes (can delete)
  • 0 = No (cannot delete)
bit1  
 

XML string that defines the object.

Used internally by Touchstone.

xml0  
 

Used for time stamping.

timestamp8  
 

Name of the user who created the object.

varchar255  
 

Name of the user who last modified the object.

varchar255  
 Date and time when the object was created.date8
(getutcdate())
 
 Date and time when the object was last modified.date8
(getutcdate())
 
 

Unique system-generated sequential identifier for the widget's or template's AnalysisSID record  

int4  
 

Indicates whether an object is corrupt.

  • 1 = Yes (corrupt)
  • 0 = No (not corrupt)
bit1
((1))
 
 

Indicates whether an object is locked for editing and cannot be modified.

  • 1 = Yes (locked)
  • 0 = No (not locked)
bit1 
((0))
 
See Also

Related Objects

AIRUserSetting Database