ComputerChassisType Table

FlexNet Manager Suite 2020 R1 (On-Premises)

ComputerChassisType is a static table listing all possible computer chassis (case) types.

Table 1. Database columns for ComputerChassisType table

Database Column

Details

ChassisTypeID

Type: integer. Key. Generated ID

A unique identifier for each ComputerChassisType. Possible values and the corresponding default strings are:

  • 1 = Other
  • 2 = Unknown
  • 3 = Desktop
  • 4 = Low Profile Desktop
  • 5 = Pizza Box
  • 6 = Mini Tower
  • 7 = Tower
  • 8 = Portable
  • 9 = Laptop
  • 10 = Notebook
  • 11 = Other Hand Held
  • 12 = Docking Station
  • 13 = All in One
  • 14 = Sub Notebook
  • 15 = Space-Saving
  • 16 = Lunch Box
  • 17 = Main System Chassis
  • 18 = Expansion Chassis
  • 19 = Sub-Chassis
  • 20 = Bus Expansion Chassis
  • 21 = Peripheral Chassis
  • 22 = Storage Chassis
  • 23 = Rack Mount Chassis
  • 24 = Sealed-Case PC.
  • 25 = Smart Phone
  • 26 = Tablet
WMIChassisTypeID

Type: integer. Nullable

The identifier for the chassis type identified in WMI.

ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a computer role. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 128 characters)

The text to display if the chassis type resource string has no translation.

IncludeInLicenseRec SecondUseDefault

Type: boolean

Determines whether or not a second installation of an application on a computer of this chassis type (as well as on a primary computer assigned to the same end-user) may be counted as a legal second use under the Right of Second Use granted by some licenses. Currently, this field is used to group together chassis types that can be treated as “laptops” for this purpose.

SecondUseBitwiseValue

Type: integer

Reserved for future use. Do not edit.

FlexNet Manager Suite (On-Premises)

2020 R1