| Field Name | Field Description | Data Type | FK Join |
|---|---|---|---|
| Active | Indicates if the Record is Active or Not | bit | |
| CounterId | Counter Id | int | |
| CurrentValue | Current Value | bigint | |
| HasPrefix | Indicates if the Counter has a Prefix or Not | bit | |
| Id | Counter Id | int | |
| ItemTypeId | Item Type Id | int | |
| ItemTypeName | Item Type Name | nvarchar | |
| LangId | Language Id | int | |
| Optional | Optional | bit | |
| PrefId | Client Preference Id | int | |
| Prefix | Prefix | nvarchar | |
| RepairCenterCode | Repair Center Code | nvarchar | |
| RepairCenterId | Repair Center Id | int | vr_RepairCenter |
| Visible | Visible Flag | bit |