This table is typically used by Unicenter Asset Management. It contains a blob field with various configuration descriptions. Strings, data and other information are stored when there is no longer room in the original configuration tables.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| adid | integer | not null | Unique ID. Part of Primary Key |
| adtype | integer | not null | The ADTYPE field describes what kind of information is stored in the ADMEMO field. The following types are currently public: ADDMEMO_JOBDESCRIPTION = 1 ADDMEMO_NDS = 2 ADDMEMO_ESCALATION = 3 ADDMEMO_HOLIDAY = 4 ADDMEMO_REMOTEPRODUCT = 5 The formatting of these fields is private |
| part | integer | not null | Part Number. Part of primary Key |
| domainid | integer | not null | DomainID. Part of primary key |
| admemo | nvarchar(15000) | with null | Blob field. Contains the blob data. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table