The am_link_folder_object links between a defined folder in am_folder_object and any AM object. Objects can be linked by the old DomainID/ID identification of objects, or by Objectuuid.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| folder_domain_id | integer | not null | Domain ID of the folder |
| folder_id | integer | not null | Unique ID of the folder |
| object_domain_id | integer | not null | Domain ID of the object which is linked to the folder. |
| object_id | integer | not null | ID of the object which is linked to the folder |
| object_type | integer | not null | Type ID of the object linked to the folder |
| object_uuid | byte(16) | not null | Object uuid of the folder linked to the folder. Used if object does not have a regular ID |
Product Name: Unicenter Desktop and Server Management
Table Type: Table