This view displays all keys in the application along with the Lock and Location data associated with them. It displays the same information as the Keys > Access Tab.
| Field name | Field description | Data type | FK Join |
| KeyId | ID for the Key | int | |
| KeyCode | Code assigned to the Key | nvarchar | |
| KeyDescription | Description for the Key | nvarchar | |
| LockCode | Code for the Lock that the Key has access to | nvarchar | f_keyLock |
| LockDescription | Description of the Lock that the Key has access to | nvarchar | |
| LocationId | ID of the Lock Location | nvarchar | f_area |
| LocationDescription | Description of the Lock Location | nvarchar |