SoftwareItem¶
Software items hold customer specific information about software objects.
Fields¶
| Field | Type | Description |
|---|---|---|
| Active | boolean | Mark the Item as active. Inactive items can be hidden from most lists. |
| AdditionalInfoLink | string | Can contain a link to additional information |
| AdministratorNotes | string | Remarks that can only be read by a small group of users |
| AlertEndDate | boolean | |
| ConsumedUnits | decimal | A universal field that can contain a number |
| Created | datetime | Date/Time the item got created |
| CreatedByRbacUserID | numeric | RBAC user that created the item |
| CustomField1 | string | Custom field 1, not used by OctoSAM |
| CustomField2 | string | Custom field 2, not used by OctoSAM |
| CustomField3 | string | Custom field 3, not used by OctoSAM |
| CustomField4 | string | Custom field 4, not used by OctoSAM |
| CustomField5 | string | Custom field 5, not used by OctoSAM |
| CustomField6 | string | Custom field 6, not used by OctoSAM |
| Description | string | Description of the item. Can be html formatted. |
| Enabled | boolean | If not enabled, the Item cannot be edited |
| EndDate | datetime | End date of the software item |
| ExtraData | string | Extra data for this software item |
| Guid | guid | Unique ID of the item, can be used for export/import or for the web UI |
| ID | numeric | Internal ID for the SoftwareItem entity (Primary Key) |
| InitialCost | decimal | Initial Cost |
| InitialCostCurrencyID | numeric | Internal ID that references the Currency entity (Foreign Key) |
| LastAlerted | datetime | |
| LastModification | datetime | Date/Time the item was last modified |
| LastModifiedByRbacUserID | numeric | RBAC user that last modified the item |
| Name | string | Name of the software Item |
| Notes | string | Remarks that are visible to all users that have read access to the item |
| OwnerNotes | string | Remarks that can only be read by software package owners |
| PrintableName | string | Name of this item for reports and queries |
| RecurringCost | decimal | Recurring Cost |
| RecurringCostCurrencyID | numeric | Internal ID that references the Currency entity (Foreign Key) |
| Res1 | string | Reserved for future use |
| Res2 | string | Reserved for future use |
| SiteUniqueID | string | A site defined unique id for each item. Must be unique if not empty. |
| SoftwareInstallationApproval | boolean | Installation approval logic is active for this software item |
| SoftwarePublisherID | numeric | Internal ID that references the SoftwarePublisher entity (Foreign Key) |
| Spla | boolean | True, if the Software Item describes a Microsoft SPLA item |
| StartDate | datetime | Start date of the software item |
| Units | decimal | A universal field that can contain a number |
| Version | string | Version of the software item |
| Visible | boolean | Item is visible |
| VisibleStartDate | datetime | Item becomes automatically visible after this date |