A generic table to hold objects like templates and widgets which are added through the object management screen in administration console.
            | Creation Date | 1/6/2014 1:33 PM | 
| File Group | PRIMARY | 
| Text File Group | |
| System Object | ![]()  | 
| Published for Replication | ![]()  | 
| Rows | 25 | 
| Data Space Used | 8.00 KB | 
| Index Space Used | 40.00 KB | 
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
   | ObjectTypeCode | Code that represents the object type. 
 
  | varchar | 25 | |||
| ObjectType | Name of the object type. Corresponds to the code in ObjectTypeCode.  | varchar | 40 | ![]()  | |||
| Description | Description of the object type.  | varchar | 1024 | ![]()  | |||
| IsDefaultAvailable | Indicates whether the object type is the default. 
  | bit | 1 | ![]()  | dbo.d_0 | ||
| ObjectBUDefinitionCode | Code that identifies the object associated with a business unit. For a complete list of codes, see tObjectBUDefinition Table.  | int | 4 | ((1)) | |||
| IsGlobal | Indicates whether the object type can be shared across business units. 
  | bit | 1 | ((0)) | 
| Name | Description | Expression | 
|---|---|---|
| CKC_ISDEFAULTAVAILABL_TOBJECTT | ([IsDefaultAvailable] IS NULL OR [IsDefaultAvailable]>=(0) AND [IsDefaultAvailable]<=(1))  |