| Field Name | Field Description | Data Type | FK Join |
|---|---|---|---|
| Active | Indicates if the Record is Active or Not | bit | |
| Code | Request Type Code | nvarchar | |
| CreatedDate | Record Creation Date | datetime | |
| CreatorId | User Id (Record Creator) | int | vr_users |
| Default | Indicates if the record is default | bit | |
| Description | Request Type Description | nvarchar | |
| DisableDefault | Indicates if default is disabled for the record | bit | |
| Id | Request Type Id | int | |
| InspectionFinding | Indicates if this request type can be used for inspection finding records | bit | |
| IsCustodial | Indicates if this request type can be used for custodial records | bit | |
| IsKey | Indicates if this request type can be used for key records | bit | |
| ModifiedDate | Last Modified Date | datetime | |
| ModifierId | User Id (Record Modifier) | int | vr_users |
| Value | Value | nvarchar |