| Field Name | Field Description | Data Type | FK Join |
|---|---|---|---|
| Code | Key System Code | nvarchar | |
| CreatedDate | Record Creation Date | datetime | |
| CreatorId | User Id (Record Creator) | int | vr_users |
| Description | Key System Description | nvarchar | |
| Id | Key System Id | int | |
| IsAutoCoreNumber | Indicates if the record uses auto core number | bit | |
| IsAutoLockNumber | Indicates if the record uses auto lock number | bit | |
| IsBittingRequired | Indicates if this key system requires key bitting | bit | |
| IsInterchangeableCore | Indicates if the record is an interchangeable core | bit | |
| KeyIsUsed | Indicates if key is used | bit | |
| Level | Level | int | |
| LockShopCode | Lock Shop Code | nvarchar | |
| LockShopDescription | Lock Shop Description | nvarchar | |
| LockShopId | Lock Shop Id | int | |
| ModifiedDate | Last Modified Date | datetime | |
| ModifierId | User Id (Record Modifier) | int | vr_users |
| VendorCode | Vendor Code | nvarchar | |
| VendorId | Vendor Id | int | vr_Vendor |
| VendorName | Vendor Name | nvarchar |