Subtypes of standard entities.
Descriptive IDs are used instead of simple record IDs because subtypes can be created by various tools and extensions. Since this can be done in any order, an ordinary record ID based on order of creation does not identify the subtype across projects or installations.
Column Name | Description | Datatype | Length | Allow Nulls | Default | |
---|---|---|---|---|---|---|
![]() | EST_ID | The ID of the subtype. | varchar | 100 | ||
EST_NAME | The name of the subtype. | varchar | 80 | |||
EST_ENTITY_TABLE_NAME | The name of the table that contains the primary entity type. For example: TEST, REQ, and so on. | varchar | 40 |