Stores software category definition attributes. Attributes that comprise software category definitions related to software detected by Unicenter Asset Management and reconciled by Asset Intelligence.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| scname | nvarchar(128) | not null | Software category name |
| scuuid | byte(16) | not null | Unique identifier for related software category definition |
| scnote | nvarchar(255) | with null | Software category descriptive note or comment |
| laction | nvarchar(32) | not null | Last action code (i.e., "ADDED", "MODIFIED") |
| lactdate | date | not null | Date of last action |
| createdate | date | not null | Software category definition creation date |
| createuser | nvarchar(32) | not null |
Product Name: Unicenter Asset Intelligence
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| scname | ai_swcat_swdef_rel | scname |