The am_folder_object table holds the defined folders, their relationship and which type of object they store.
| 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 |
| folder_parent_id | integer | with null | ID of the parent folder. If value equals 0, this folder is a root folder |
| folder_name | nvarchar(255) | with null | Name of folder |
| object_type | integer | with null | Describes what type of objects can be linked to this folder |
| folder_filter | integer | not null | Currently not used |
| folder_id_type | integer | not null | Specifies if the linked objects is linked by regular id (0) or objects are linked by a uuid (1) |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| folder_domain_id folder_id |
am_link_object_folder | folder_domain_id folder_id |