]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/admin/physical_char_wizard_db.adoc
Docs reorg: cleanup syntax in the command line admin manual
[working/Evergreen.git] / docs / admin / physical_char_wizard_db.adoc
1 Administering the Physical Characteristics Wizard
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4 The MARC 007 Field Physical Characteristics Wizard enables catalogers to interact with a
5 database wizard that leads the user step-by-step through the MARC 007 field positions.
6 The wizard displays the significance of the current position and provides dropdown lists
7 of possible values for the various components of the MARC 007 field in a more
8 user-friendly way.
9
10 The information driving the MARC 007 Field Physical Characteristics Wizard is already a
11 part of the Evergreen database. This data can be customized by individual sites and / or
12 updated when the Library of Congress dictates new values or positions in the 007 field.
13 There are three relevant tables where the information that drives the wizard is stored:
14
15 . *config.marc21_physical_characteristic_type_map* contains the list of materials, or values, for the positions of the 007 field.
16 . *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.
17 . *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.
18