| Field Name | Field Description | Data Type | FK Join |
|---|---|---|---|
| Active | Indicates if the Record is Active or Not | bit | |
| CancellationReplyBody | Cancellation Reply Body | nvarchar | |
| CancellationReplySubject | Cancellation Reply Subject | nvarchar | |
| Code | Training Program Code | nvarchar | |
| CopiedRecord | Copied Record | varchar | |
| CreatedDate | Record Creation Date | datetime | |
| CreatorId | User Id (Record Creator) | int | vr_users |
| CustomerSurveyReplyBody | Customer Survey Reply Body | nvarchar | |
| CustomerSurveyReplySubject | Customer Survey Reply Subject | nvarchar | |
| Description | Training Program Description | nvarchar | |
| EmailBody | Email Body | nvarchar | |
| EmailSubject | Email Subject | nvarchar | |
| Id | Training Program Id | int | |
| ModifiedDate | Last Modified Date | datetime | |
| ModifierId | User Id (Record Modifier) | int | vr_users |
| PreferredRepairCenterId | Repair Center Id | int | vr_RepairCenter |
| RepairCenterId | Repair Center Id | int | vr_RepairCenter |
| SuppressCancellationReply | Suppress Cancellation Reply | bit | |
| SuppressCustomerSurveyReply | Suppress Customer Survey Reply | bit | |
| SupressEmailReply | Supress Email Reply | bit | |
| SurveyRequired | Survey Required | bit | |
| Template | Training Program Template | bit | |
| TrainingTypeCode | Training Type Code | nvarchar | |
| TrainingTypeDescription | Training Type Description | nvarchar | |
| TrainingTypeId | Training Type Id | int | |
| WOSurveyTitle | Work Order Survey Title | nvarchar |