Overview
The reading rooms and locations that are displayed during user sign in are configured in the CustomDropDown table in the Customization Manager. The documentation below provides an overview of how these settings are configured.
Reading Room and Location Configuration
The reading rooms and locations that are displayed during user sign in are configured in the CustomDropDown table in the Customization Manager.
The list of reading rooms is specified by entering new records in the table as described below:
- GroupName: ReadingRoom
- LabelName: A description or name that is displayed in the dropdown selection in the client.
- LabelValue: The value that is written to the ReadingRoomHistory table. This is ideally a code of some sort with no spaces/punctuation due to how locations are configured.
The list of locations for each reading room is specified by entering new records in the table as described below:
- GroupName: A combination of Locations and the LabelValue from the reading room entry.
- LabelName: A description or name that is displayed in the dropdown selection in the client.
- LabelValue: The value that is written to the ReadingRoomHistory table.
The example below shows the relation between reading rooms and locations:
GroupName |
LabelName |
LabelValue |
---|---|---|
ReadingRoom |
Room 1 |
R1 |
LocationsR1 |
Desk 1 |
Desk 1 |
LocationsR1 |
Desk 2 |
Desk 2 |
ReadingRoom |
Room 2 |
R2 |
LocationsR2 |
Seat 1 |
Seat 1 |
LocationsR2 |
Seat 2 |
Seat 2 |
LocationsR2 |
Seat 3 |
Seat 3 |
LocationsR2 |
Seat 4 |
Seat 4 |
LocationsR2 |
Seat 5 |
Seat 5 |
ReadingRoom |
Vault |
Vault |
LocationsVault |
Station 1 |
Station 1 |
LocationsVault |
Station 2 |
Station 2 |