Touchstone Re 2022 Database Reference
tGlobalObject Table
AIRGlobalSetting Database : tGlobalObject Table
Description

Stores the global objects available in the application instance.

A global object is an object that can be shared across business units in both Touchstone and Touchstone Re. A zone set is an example of a global object.

Currently, Touchstone and Touchstone Re support only zone sets as global objects.
Properties
Creation Date4/4/2022 3:03 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows0
Data Space Used0.00 KB
Index Space Used0.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the object.int4   
 Name of the object.varchar255   
 

Code that represents the type of the object.

For a complete list of codes, see tObjectType Table.

varchar25  
 

Unique system-generated sequential identifier for the object in the list of objects of the same type.

For example, if the global object is a zone set, TargetSID refers to the GlobalZoneSetSID in tGlobalZoneSet Table.

int4  
 

Code that specified the status of the object.

For a complete list of codes, see tStatus Table.

varchar25  
 

Unique system-generated sequential identifier for the business unit that owns the object.

Administrators in the business unit that owns the object can create, delete, edit, share, and un-share the object. 

int4   
 User that created the object.varchar50  
 User that last edited the object.varchar50  
 User-specified description of the object.varchar255  
 Date and time when the object was created.datetime4  
 Date and time when the object was last edited.datetime4  
Objects that depend on tGlobalObject
 Database ObjectObject TypeDescriptionDep Level
tGlobalObjectBusinessUnitXref tabletGlobalObjectBusinessUnitXrefTable

System reference table that stores information about the business units that have access to each global object.

A global object is an object that can be shared across business units in both Touchstone and Touchstone Re. A zone set is an example of a global object.

1
See Also

Related Objects

AIRGlobalSetting Database