]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/admin/physical_char_wizard_db.adoc
Docs: Infrastructure changes to authority browse
[working/Evergreen.git] / docs / admin / physical_char_wizard_db.adoc
1 Administering the Physical Characteristics Wizard
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4 indexterm:[Physical characteristics wizard]
5 indexterm:[MARC editor,configuring]
6
7 The MARC 007 Field Physical Characteristics Wizard enables catalogers to interact with a
8 database wizard that leads the user step-by-step through the MARC 007 field positions.
9 The wizard displays the significance of the current position and provides dropdown lists
10 of possible values for the various components of the MARC 007 field in a more
11 user-friendly way.
12
13 The information driving the MARC 007 Field Physical Characteristics Wizard is already a
14 part of the Evergreen database. This data can be customized by individual sites and / or
15 updated when the Library of Congress dictates new values or positions in the 007 field.
16 There are three relevant tables where the information that drives the wizard is stored:
17
18 . *config.marc21_physical_characteristic_type_map* contains the list of materials, or values, for the positions of the 007 field.
19 . *config.marc21_physical_characteristic_subfield_map* contains rows that list the meaning of the various positions in the 007 field for each Category of Material.
20 . *config.marc21_physical_characteristic_value_map* lists all of the values possible for all of the positions in the config.marc21_physical_characteristic_subfield_map table.
21