| Field Name | Field Description | Data Type | FK Join |
|---|---|---|---|
| Active | Indicates if the Record is Active or Not | bit | |
| Code | Priority Code | nvarchar | |
| CreatedDate | Record Creation Date | datetime | |
| CreatorId | User Id (Record Creator) | int | vr_users |
| Description | Priority Description | nvarchar | |
| DisplayColor | Display Color | nvarchar | |
| DueInterval | Due Interval | int | |
| DueIntervalType | Due Interval Type | nvarchar | |
| Id | Priority Id | int | |
| MobileCritical | Mobile Critical | bit | |
| ModifiedDate | Last Modified Date | datetime | |
| ModifierId | User Id (Record Modifier) | int | vr_users |
| PriorityCode | Priority Code | nvarchar | |
| PriorityDesc | Priority Description | nvarchar |