| Field Name | Field Description | Data Type | FK Join |
|---|---|---|---|
| ClientPrefTypeId | Client Preference Type Id | int | |
| Name | Name | nvarchar | |
| Description | Description | nvarchar | |
| LangId | Language Id | int | |
| DataType | Date Type | nvarchar | |
| ModuleId | Module Id | int | |
| Hidden | Indicates if the record is hidden or not | bit | |
| DataSource | Data Source | nvarchar | |
| TextField | Text Field | nvarchar | |
| ValueField | Value Field | nvarchar | |
| Category | Category | nvarchar | |
| RoleCategory | Role Category | nvarchar | |
| EditableCategory | Editable Category | nvarchar | |
| MobileTMAUse | Indicates if the record is for Mobile TMA use | bit | |
| Personal | Indicates if the record is personal | bit | |
| ClientLevel | Indicates if the record is at the client level | bit | |
| GroupLevel | Indicates if the record is at the group level | bit | |
| UserLevel | Indicates if the record is at the user level | bit | |
| UserRole | Indicates if the record is for user role | bit | |
| RequestorRole | Indicates if the record is for requestor role | bit | |
| TechnicianRole | Indicates if the record is for technician role | bit | |
| ContractorRole | Indicates if the record is for contractor role | bit | |
| GroupingMessageCodeId | Grouping Message Code Id | int | |
| Sequence | Sequence | smallint | |
| Privilege | Indicates if the recrod is a privilege | bit | |
| MobileOnly | Indicates if the record is mobile only | bit | |
| PrefCategoryId | Preference Category Id | int | |
| Id | Client Preference Id | int | |
| PrefValue | Text Preference Value | nvarchar | |
| IntPrefValue | Integer Preference Value | int |