The DELINQUENCYLEVEL table stores configuration information for any configured Delinquency Levels. The DELINQUENCYLEVEL table is located in DBSpace8. There are no indexes on the DELINQUENCYLEVEL table.
| Column Name | Data Type | Description |
|---|---|---|
| delinqlevel | bigint |
The internal unique identifier of the delinquency level; 0 = Active, 1+ = user configured. |
| levelfullname | char(30) | The full name for the delinquency level. |
| levelabbrevname | char(10) |
The abbreviated name for the delinquency level. |
| delinqlevelcolor | bigint |
The color associated with the level for display in the UI. |