AssetType Table

FlexNet Manager Suite 2020 R1 (On-Premises)

AssetType stores the collection of the types of assets that can be created in FlexNet Manager Suite.

Table 1. Database columns for AssetType table

Database Column

Details

AssetTypeID

Type: integer. Key. Generated ID

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

  • 1 = Workstation
  • 2 = Server
  • 3 = Monitor
  • 4 = Desk
  • 5 = Chair
  • 6 = Printer
  • 7 = Router
  • 8 = Switch
  • 9 = Telephone
  • 10 = Cell phone
  • 11 = Laptop.
  • 12 = Mobile Device.
AssetTypeResourceName

Type: text (max 256 characters). Nullable

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

AssetTypeName

Type: text (max 64 characters). Key

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

XMLFile

Type: text. Nullable

The layout of the property dialog for this type of asset, stored in XML format.

ParentAssetTypeID

Type: integer. Nullable

An asset type which is a parent of this asset type. Foreign key to the same AssetType table.

ManagedType

Type: boolean. Key

Set this field to True if this type of asset is directly managed by FlexNet Manager Suite (for example, laptops, servers and workstations).

BitwiseValue

Type: integer

The bitwise value of the asset type. This value is used when tracking compliance changes for assets linked to computers.

FlexNet Manager Suite (On-Premises)

2020 R1