Record type families
If you want to create a family of record types that do not contain common fields, you must add these fields. The common fields must have the same name and be of the same data type. For example, to group a Defect record type and an Enhancement record type, you can use the Description field in each record type as the common field, if that field is the same data type in both record types (for example, short string). To add fields to a record type and to define the data type, see Working with fields.
Record types and record type families appear in the same window when you click
. To assist users, adopt a naming convention that distinguishes record types from record type families.You can remove members from a record type family and rename or remove the family itself. If you rename a record type, you must also change its name in any hooks that reference it.
You cannot rename or delete the stateless system record types: ratl_replicas, history, attachments, groups, and users.
You cannot delete the default record type or the record types that are added by read-only packages. If you want to delete the current default record type, you must first assign another record type as the default.