SoftwareCategory¶
Defines the software categories
Fields¶
Field | Type | Description |
---|---|---|
Custom1 | nvarchar | Custom Field 1, not used by OctoSAM. |
Custom2 | nvarchar | Custom Field 2, not used by OctoSAM. |
Description | nvarchar | Description |
ID | bigint | Internal ID for the SoftwareCategory entity (Primary Key) |
Junk | bit | Flag to signal a category as junk. junk categories can be ignored on some reports and queries. |
LastModification | datetime2 | Date/Time the category was last modified |
LastModifiedBy | nvarchar | Client user that last modified this Software category |
Name | nvarchar | Name of the software category |
Notes | nvarchar | Notes |
OctopusID | nvarchar | Internal ID for predefined software categories, used for catalog updates. |
SortOrder | int | OctoSAM Inventory sorts categories in ascending sort order by default |