Asset Class Type
The Asset Class Type form one of the primary tables as it defines the types of asset classes in the system. The fields for the Asset Class Type table are:
Table Name: AssetClassType
Column Name
Data Type
Valid Values
Allow Nulls
Description
PK_AssetClassTypeID
int identity
No
This field specifies the numerical representation corresponding to the specific asset type.
AssetClass
varchar
No
The field specifies the type of asset.
LastUpdatedTime
datetime
(getutcdate())
Yes
The time when the last update took place.
Last updated
Was this helpful?