]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/cataloging/physical_char_wizard.txt
LP#1684011: My Account summary ebook link correction
[working/Evergreen.git] / docs / cataloging / physical_char_wizard.txt
1 MARC 007 Field Physical Characteristics Wizard
2 ----------------------------------------------
3
4 The MARC 007 Field Physical Characteristics Wizard enables catalogers to interact with a database wizard that leads the user step-by-step through the MARC 007 field positions. The wizard displays the significance of the current position and provides dropdown lists of possible values for the various components of the MARC 007 field in a more user-friendly way.
5
6 *To Access the MARC 007 Field Physical Characteristics Wizard for a Record that Does Not Already Contain the 007 Field (i.e. Creating the 007 Field from Scratch):*
7
8 . Within the bibliographic record that needs to be edited, select *Actions for this Record*.
9 . Click *MARC Edit*.
10 . Make sure that the Flat-Text Editor checkbox is not selected and that you are not using the Flat-Text Editor interface.
11 . Right-click in the MARC field column.
12 +
13 image::media/pcw1.jpg[]
14 +
15 . Click *Add/Replace 007*. The 007 row will appear in the record.
16 . Right-click in the 007 textbox field.
17 +
18 image::media/pcw2.jpg[]
19 +
20 . Click *Physical Characteristics Wizard*.
21
22 image::media/pcw3.jpg[]
23
24 The *MARC 007 Field Physical Characteristics Wizard* will open.
25
26 *Using the Physical Characteristics Wizard:*
27
28 As the user navigates through the wizard, each position will display its corresponding label that describes the significance of that position. Each position contains a selection of dropdown choices that list the possible values for that particular position. When the user makes a selection from the dropdown options, the value for that position will also change.
29
30 The first value defines the *Category of Material*. Users select the Category of Material for the given record by choosing an option from the *Category of Material?* dropdown menu. The choices within the remaining character positions will be appropriate for the Category of Material selected.
31
32 Once the Category of Material is selected, click *Next*.
33
34 Evergreen will display the pipe symbol (vertical bar) for each position that represents a potential value for the selected Category of Material and will skip obsolete values.
35
36 image::media/pcw4.jpg[]
37
38 By clicking either the *Previous* or *Next* buttons, the user may step forward and backward, as needed, through the various positions in the 007 field.
39
40 image::media/pcw5.jpg[]
41
42 As a visual reference, the position that the wizard is displaying will appear in bold font. That way, users know which position they are working on at any given point within the wizard.
43
44 image::media/pcw6.jpg[]
45
46 Once the user enters all of the applicable values for the 007 field and is ready to exit the wizard, click *OK*.
47
48 image::media/pcw7.jpg[]
49
50 All of the values selected will be stored and displayed within the 007 field of the bibliographic record.
51
52 image::media/pcw8.jpg[]
53
54 Continue editing the MARC record, as needed. Once the user is finished editing the record, click *Save Record*.
55
56 image::media/pcw9.jpg[]
57
58 *To Access the MARC 007 Field Physical Characteristics Wizard for a Record that Already Contains the 007 Field (i.e. Edit an Existing 007 Field):*
59
60 . Within the bibliographic record that needs to be edited, select *Actions for this Record*.
61 . Click *MARC Edit*.
62 . Right-click in the 007 textbox field.
63 . Click *Physical Characteristics Wizard*.
64 +
65 image::media/pcw10.jpg[]
66 +
67 . Click the *Previous* and *Next* buttons to navigate forward and backward through the various positions. The current position that the wizard is on will be indicated by bold font.
68 . Each position will display a label that describes the significance of that position. For the position that needs to be edited, choose its appropriate value from the dropdown options.
69 +
70 image::media/pcw11.jpg[]
71 +
72 . Once all edits of the 007 field are made, click *OK*.
73 . After finishing all other edits to the MARC record, click *Save Record*.
74
75 [NOTE]
76 If the user edits an existing 007 field that does not already account for the skipped positions, then Evergreen will not automatically generate where the skipped positions should be in the 007 field. It is recommended that users delete the existing 007 field and start with a new 007 field, to ensure that Evergreen appropriately accounts for the obsolete positions for the Category of Material selected.
77
78 *Administration*
79
80 The information driving the MARC 007 Field Physical Characteristics Wizard is already a part of the Evergreen database. This data can be customized by individual sites and / or updated when the Library of Congress dictates new values or positions in the 007 field.
81 There are three relevant tables where the information that drives the wizard is stored:
82
83 . *config.marc21_physical_characteristic_type_map* contains the list of materials, or values, for the positions of the 007 field.
84 . *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.
85 . *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.
86