The Display Attributes database contains the records that specify the physical appearance of Alert text in Smart Console.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | varchar(50) | not null | 50 chars, text field, required for everything except a DEFINE, is returned on a DEFINE. This is the unique identifier for Attributes record and is generated by the Level 1 API. |
| name | varchar(80) | with null | 80 chars, text field, read/write access. This is the display name for the Attributes. |
| description | varchar(256) | with null | 256 chars, text field, read/write access. This is the display description for the Attributes. |
| blinking | char(1) | with null | Boolean field, read/write access. This indicates whether or not the Alert text is BLINKING when it is displayed in the Smart Console. If this field is not specified when the Alert is created, the Level 1 API will use the setting from the Class record as the default. |
| bold | char(1) | with null | Boolean field, read/write access. This indicates whether or not the Alert text is BOLD when it is displayed in the Smart Console. If this field is not specified when the Alert is created, the Level 1 API will use the setting from the Class record as the default. |
| italic | char(1) | with null | Boolean field, read/write access. This indicates whether or not the Alert text is ITALICIZED when it is displayed in the Smart Console. If this field is not specified when the Alert is created, the Level 1 API will use the setting from the Class record as the default. |
| reverse | char(1) | with null | Boolean field, read/write access. This indicates whether or not the Alert text is displayed in REVERSEvideo (text in background color, background in text color) when it is displayed in the Smart Console. If this field is not specified when the Alert is created, the Level 1 API will use the setting from the Class record as the default. |
| strikethrough | char(1) | with null | Boolean field, read/write access. This indicates whether or not the Alert text is displayed with STRIKE-THROUGH in the Smart Console. If this field is not specified when the Alert is created, the Level 1 API will use the setting from the Cass record as the default. |
| underline | char(1) | with null | Boolean field, read/write access. This indicates whether or not the Alert text is displayed with UNDERLINEin the Smart Console. If this field is not specified when the Alert is created, the Level 1 API will use the setting from the Cass record as the default. |
| foreground | integer | with null | Integer field, read/write access. The color of the Alert text when it is displayed in the Smart Console. If this field is not specified when the Alert is created, the Level 1 API will use the setting from the Class record as the default. |
| background | integer | with null | Integer field, read/write access. The color behind the Alert text when it is displayed in the Smart Console. If this field is not specified when the Alert is created, the Level 1 API will use the setting from the Class record as the default. |
| created | integer | with null | ULONG cast of time_t, read only access. The Level 1 API sets this field to the current time when the Attribute record is created. |
| createdby | varchar(60) | with null | 60 chars, read only access. The Level 1 API sets this field to the ID of the user who created this Attribute record. |
| modified | integer | with null | ULONG cast of time_t, read only access. The Level 1 API sets this field to the current time when the Attribute record is altered. This is the most recent change and there is no history kept of previous changes. |
| modifiedby | varchar(60) | with null | 60 chars, text field, read only access. The Level 1 API sets this field to the ID of the user who most recently modified this Attribute record. |
Product Name: Unicenter Network and System Management/Alert Management
Table Type: Table