Stores persistent relationships between user (SAM account) IDs and the user's reporting structure. Attributes consist of pairs of user (SAM account) IDs and a delimited chain of user (SAM account) IDs representing the user's reporting structure.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| pmf | nvarchar(32) | not null | User (SAM account) ID |
| reportsto | nvarchar(128) | not null | Chain of delimited manager user (SAM account) IDs from the top of the organization to user's immediate supervisor |
| samid | varwchar(255) | not null | User (SAM account) ID |
Product Name: Unicenter Asset Intelligence
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| pmf | pmftoorg | pmf |
| pmf | userreportscomputers | pmf reportsto |