Skip to content

SoftwareItemLicenseManagerServer

M:n relation between SoftwareItem and LicenseManagerServer tables.

erDiagram
    LicenseManagerServer ||--o{ SoftwareItemLicenseManagerServer : "LicenseManagerServerID"
    SoftwareItem ||--o{ SoftwareItemLicenseManagerServer : "SoftwareItemID"

Fields

Field Type Description
Created datetime Date/Time this entity was created in the database
CreatedBy string User that created this relation
ID numeric Internal ID for the SoftwareItemLicenseManagerServer entity (Primary Key)
LicenseManagerServerID numeric Internal ID that references the LicenseManagerServer entity (Foreign Key)
SoftwareItemID numeric Internal ID that references the SoftwareItem entity (Foreign Key)

References

Column Name Referenced Table Description
LicenseManagerServerID LicenseManagerServer Defines a license manager server for use by the OctoSAM Monitor module
SoftwareItemID SoftwareItem Software items hold customer specific information about software objects