| Field Name | Field Description | Data Type | FK Join |
|---|---|---|---|
| Active | Indicates if the Record is Active or Not | bit | |
| Code | Inspection Form Code | nvarchar | |
| CreatedDate | Record Creation Date | datetime | |
| CreatorId | User Id (Record Creator) | int | vr_users |
| DefaultPriorityCode | Default Priority Code | nvarchar | |
| DefaultPriorityDescription | Default Priority Description | nvarchar | |
| DefaultPriorityId | Default Priority Id | int | vr_Priority |
| DefaultRepairCenterCode | Repair Center Code | nvarchar | |
| DefaultRepairCenterId | Repair Center Id | int | vr_RepairCenter |
| DefaultRepairCenterName | Repair Center Name | nvarchar | |
| DefaultTaskCode | Default Task Code | nvarchar | |
| DefaultTaskDescription | Default Task Description | nvarchar | |
| DefaultTaskId | Default Task Id | int | vrpt_Task |
| DefaultTradeCode | Default Trade Code | nvarchar | |
| DefaultTradeDescription | Default Trade Description | nvarchar | |
| DefaultTradeId | Default Trade Id | int | vr_Trade |
| DefaultWOSubTypeCode | Default WO SubType Code | nvarchar | |
| DefaultWOSubTypeDescription | Default WO SubType Description | nvarchar | |
| DefaultWOSubTypeId | Default WO SubType Id | int | vr_WorkOrderSubType |
| DefaultWOTypeCode | Default WO Type Code | nvarchar | |
| DefaultWOTypeDescription | Default WO Type Description | nvarchar | |
| DefaultWOTypeId | Default WO Type Id | int | vr_WorkOrderType |
| EquipmentId | Obsolete Column (No Longer Used) | int | |
| GIF_PK | General Inspection Form Id | int | |
| GroupId | Inspection Group Id | int | vr_Group |
| GroupTagNumber | Inspection Group Tag Number | nvarchar | |
| Id | General Inspection Form Id | int | |
| IsItem | Indicates if the Create Inspection to Item Checkbox is Checked or Not | bit | |
| MasterInspectionFormId | Obsolete Column (No Longer Used) | int | |
| ModifiedDate | Last Modified Date | datetime | |
| ModifierId | User Id (Record Modifier) | int | vr_users |
| Name | General Inspection Form Name | nvarchar | |
| PrintFormat | Print Option | nvarchar | |
| RepairCenterCode | Repair Center Code | nvarchar | |
| RepairCenterId | Repair Center Id | int | vr_RepairCenter |
| RepairCenterName | Repair Center Name | nvarchar | |
| SingleLineCheckout | Indicates if the Single Line Checkout Checkbox is Checked or Not | bit | |
| TaskCode | Task Code | nvarchar | |
| TaskDescription | Task Description | nvarchar | |
| TaskId | Task Id | int | vrpt_Task |