Description
Stores information about the widget templates available in Touchstone.
Information regarding the custom, user-defined widget templates are available in the following database tables:
Properties
| Creation Date | 4/4/2022 3:02 AM |
| File Group | PRIMARY |
| Text File Group | |
| System Object |  |
| Published for Replication |  |
| Rows | 4 |
| Data Space Used | 8.00 KB |
| Index Space Used | 24.00 KB |
Columns
| | Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula |
| WidgetTemplateSID | Unique system-generated sequential identifier for the widget template record. | int | 4 | | | |
| | WidgetTypeCode | Code that represents the widget type.
For a complete list of codes, see tWidgetType Table. | varchar | 25 |  | | |
| | WidgetName | Name of the widget template. | varchar | 255 |  | | |
| | PassPercent | Maximum percentage in the "pass" range.
Depending on the value provided by the user, the flag color is as follows:
- Green: results are greater than the pass value
- Yellow: results are less than the pass percent but greater than warning percent
| real | 4 |  | | |
| | WarningPercent | Maximum percentage in the "warning" range.
Depending on the value provided by the user, the flag color is as follows:
- Green: results are greater than the pass value
- Yellow: results are less than the pass percent but greater than warning percent
| real | 4 |  | | |
| | IsCustom | Indicates whether the widget template is a custom, user-defined template.
- 1 = Yes (custom)
- 0 = No (default)
| bit | 1 | | | |
Objects that depend on tWidgetTemplate
| | Database Object | Object Type | Description | Dep Level |
 | tHazardWidgetTemplate | Table | Stores information about the custom, user-defined hazard widget template.
Information regarding the underlying widget template is available in tWidgetTemplate Table. | 1 |
 | tLossWidgetTemplate | Table | Stores information about the custom, user-defined loss widget template.
Information regarding the underlying widget template is available in tWidgetTemplate Table. | 1 |
See Also