Skip to content

SoftwareCategory

Defines the software categories.

erDiagram
    SoftwareCategory ||--o{ SoftwarePackage : "SoftwareCategoryID"

Fields

Field Type Description
Custom1 string Custom Field 1, not used by OctoSAM
Custom2 string Custom Field 2, not used by OctoSAM
Description string Description
ID numeric Internal ID for the SoftwareCategory entity (Primary Key)
Junk boolean Flag to signal a category as junk. junk categories can be ignored on some reports and queries.
LastModification datetime Date/Time the category was last modified
LastModifiedBy string Client user that last modified this Software category
Name string Name of the software category
Notes string Notes
OctopusID string OctoSAM internal name for programmatic access to the software category (e.g., in queries)
SortOrder numeric OctoSAM Inventory sorts categories in ascending sort order by default

Referenced by

Table Column Name Description
SoftwarePackage SoftwareCategoryID A software package defines a logical software entity. A software package can own 0 to n software signatures.