AssetWarrantyType Table

AssetWarrantyType is a static table listing all the types of warranties.

Table 1. Database columns for AssetWarrantyType table

Database Column

Details

AssetWarrantyTypeID

Type: integer. Key. Generated ID

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

  • 1 = None
  • 2 = One year on site
  • 3 = Three years on site.
WarrantyTypeResourceName

Type: text (max 256 characters). Key

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

WarrantyTypeDefaultValue

Type: text (max 100 characters)

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