AssetStatus Table

FlexNet Manager Suite 2020 R1 (On-Premises)

AssetStatus is a static table storing a list of possible asset states, such as purchased, in storage, installed, retired, disposed and other.

Table 1. Database columns for AssetStatus table

Database Column

Details

AssetStatusID

Type: integer. Key. Generated ID

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

  • 1 = Purchased
  • 2 = In Storage
  • 3 = Installed
  • 4 = Retired
  • 5 = Disposed
  • 6 = Other.
StatusResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing an asset status. Foreign key to the ComplianceResourceString table.

StatusDefaultValue

Type: text (max 100 characters)

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

FlexNet Manager Suite (On-Premises)

2020 R1