Stores information about the limit types used in CLASIC/2.
Touchstone uses the information to convert CLASIC/2 limit types to Touchstone limit types.
Stores information about the limit types used in CLASIC/2.
Touchstone uses the information to convert CLASIC/2 limit types to Touchstone limit types.
| Creation Date | 1/13/2021 2:15 PM |
| File Group | PRIMARY |
| Text File Group | |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 33 |
| Data Space Used | 8.00 KB |
| Index Space Used | 8.00 KB |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| OldConditionTypeCode | Code that represent the CLASIC/2 contract (condition) type to which the limit was applied.
| varchar | 10 | |||
| OldLimitTypeCode | Code that represents the CLASIC/2 limit type.
| varchar | 10 | |||
| OldLimitType | Name for the CLASIC/2 limit type. Corresponds to the code in OldLimitTypeCode. | varchar | 40 | ![]() | |||
| UPXLimitType | Code for the limit type as used in a UPX record. Corresponds to the code in OldLimitTypeCode. | varchar | 10 | |||
| NewTable | Touchstone database table where this limit type is saved. | sysname | 128 | ![]() | |||
| NewColumn | Name of the column in the Touchstone database table where this limit type is saved. | sysname | 128 | ![]() | |||
| NewCode | Code that represents the limit type in Touchstone. For a complete list of codes, see tLimitType Table. | varchar | 10 | ![]() | |||
| Description | Description of the limit type. | varchar | 1024 | ![]() | |||
| IsDefault | Indicates whether the limit type is available as a default.
| bit | 1 |