This table stores the fetch orders used for fetching items, the objects in the fetched item table (usd_fitem) will link to the fetched item orders. The order (usd_order) links to the fetched item order.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| objectid | byte(16) | not null | Primary key, it is a uuid. |
| version | integer | not null | Version number is used to maintain cache and an optimistic transaction policy |
| finame | nvarchar(255) | not null | Name of the fetch item order. |
| fienviron | nvarchar(255) | not null | This is the path to the item to be fetched on the domain manager, can include a environment variable. |
| creationdate | integer | not null | Creation date of the fetch item order. |
| creationtime | integer | not null | Creation time of the fetch item order. |
| comment | nvarchar(255) | not null | This is the comment of the fetch item order. |
| assoc | integer | not null | If the order linking to this fetch item order still exists then this is true. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| objectid | usd_fitem | fio |