The PROP_INFO table defines the typical properties that are available for each extended
chargeable item (XCI) stored in the IEC database system.
The property values are stored in the XCI_VALUES table.
| Schema Version | 4.5.0 | |
| Tablespace | ||
| Partitioned | No | |
The PROP_INFO table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| PROP_ID | PK_PROP_INFO |
|
The property unique identifier | |||
| PROP_NAME |
|
The property name of a property recorded in the extended chargeable items (XCIs) stored in the database | ||||
| PROP_TYPE |
|
This property type is only used for the User properties or Default properties of chargeable items | ||||
| CI_ID | CI_INFO (CI_ID)
|
|
The ID of the chargeable item class |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The property unique identifier |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_PROP_INFO |
| Definition | The property name of a property recorded in the extended chargeable items (XCIs) stored in the database |
| Description |
|
| Format |
The possible values are:
Examples |
| Type | VARCHAR(256), NOT NULL |
| Definition | This property type is only used for the User properties or Default properties of chargeable items |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The ID of the chargeable item class |
| Type | DECIMAL(28), NOT NULL |
See the primary key information:
| Column(s) | PROP_ID |
| Tablespace |