Contains the text for notes. A Note is a free-form explanatory text that can be associated with any object and can be used to supplement the information recorded in any object record. UAPM also automatically generates notes when certain tasks are performed. The text of notes is stored in this table.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| object_uuid | byte(16) | not null | Object Name. First part of the primary key. Foreign key to one of the following fields: ca_company.company_uuid, ca_contact.contact_uuid, ca_location.location_uuid, ca_owned_resource.own_resource_uuid, ca_model_def.model_uuid, arg_legaldoc.legaldoc_uuid First part of a foreign key to the arg_notes table. |
| instance | smallint | not null | Note instance. Second part of the primary key. |
| text | nvarchar(4000) | with null | Note text |
| last_update_date | integer | with null | Last update date |
| version_number | integer | with null | Version number |
Product Name: Unicenter Asset Portfolio Management
Table Type: Table