AcquisitionMode Table

AcquisitionMode is a static table listing all the methods by which a company may obtain an asset.

Table 1. Database columns for AcquisitionMode table

Database Column

Details

AcquisitionModeID

Type: integer. Key. Generated ID

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

  • 1 = Purchased
  • 2 = Leased
  • 3 = Rented
  • 4 = Loaned.
ResourceName

Type: text (max 256 characters). Key

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

DefaultValue

Type: text (max 100 characters)

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