]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/cataloging/MARC_Editor.adoc
LP2042879 Shelving Location Groups Admin accessibility
[working/Evergreen.git] / docs / cataloging / MARC_Editor.adoc
1 Working with the MARC Editor 
2 ----------------------------
3
4 Editing MARC Records 
5 ~~~~~~~~~~~~~~~~~~~~
6
7 . Retrieve the record. 
8 +
9 [TIP]
10 ======
11 You can retrieve records in many ways, including:
12
13 * If you know its database ID, enter it into Cataloging > Retrieve Bib Record by ID.
14 * If you know its control number, enter it into Cataloging > Retrieve Bib Record by TCN.
15 * Searching in the catalog.
16 * Clicking on a link from the Acquisitions or Serials modules.
17 ======
18 +
19 . Click on the MARC Edit tab.
20 . The MARC record will display. 
21 . Select viewing and editing options, if desired.
22 * Stack subfields to display each subfield on its own line.
23 * Flat-Text Editor switches to a plain-text (mnemonic) MARC format. This format can be useful when copying and pasting multiple lines. It also allows the use of tools like MarcEdit (http://marcedit.reeset.net/ ). Uncheck the box to switch back. 
24   * Note that you can use a backslash character as a placeholder in the flat text editor's indicators and fixed-length fields.
25 * Add Item allows attaching items quickly with call number and barcode. When _Save_ is clicked, the copy editor will open. NOTE: Browser pop-up blockers will prevent this, please allow pop-ups.
26 . Make changes as desired. 
27 * Right click into a tag field to add/remove rows or replace tags. 
28 * To work with the data in a tag or indicator, click or _Tab_ into the required field. Right click to view valid
29 tags or indicators.
30 +
31 [NOTE]
32 ==========
33 You can navigate the MARC Editor using keyboard shortcuts. Click _Help_ to see the shortcut menu from 
34 within the MARC Editor. 
35 ==========
36 +
37 . When finished, click _Save_. The record will remain open in the editor. You can close the browser window or browser tab. Or you can switch to 
38 another view from the navigation near the top (for example to view it as it appears in the OPAC choose _OPAC View_).
39
40 MARC Record Leader and MARC fixed field 008
41 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42
43 You can edit parts of the leader and the 008 field in the MARC Editor via the fixed field editor box displayed above 
44 the MARC record.
45
46 To edit the MARC record leader
47 ++++++++++++++++++++++++++++++
48
49 . Retrieve and display the appropriate record in _MARC Edit_ view. 
50
51 . Click into any box displayed in the fixed field editor. 
52
53 . Press _Tab_ or use the mouse to move between fields. 
54
55 . Click _Save_.
56
57 . The OPAC icon for the appropriate material type will display.
58
59
60 OPAC icons for text, moving pictures and sound rely on correct MARC coding in the leader, 007, and 008, as do OPAC 
61 search filters such as publication date, item type, or target audience.
62
63 MARC Fixed Field Editor Right-Click Context Menu Options
64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
65
66 The MARC Fixed Field Editor provides suggested values for select fixed fields based on the record type being edited. Users can right-click on the value control for a fixed field and choose the appropriate value from the menu options.
67 The Evergreen database contains information from the Library of Congress’s MARC 21 format standards that includes possible values for select fixed fields. The right-click context menu options are available for fixed fields whose values are already stored in the database. Fixed fields that do not contain possible values in the database, the user will receive the default web browser menu (such as cut, copy, paste, etc.).
68
69 *To Access the MARC Fixed Field Editor Right-Click Context Menu Options:*
70
71 . Within the bibliographic record that needs to be edited, select *MARC Edit*.
72 . Make sure that the Flat-Text Editor checkbox is not selected and that you are not using the Flat-Text Editor interface.
73 . Right-click on the value control for the fixed field that needs to be edited.
74 +
75 image::media/ffrc1_2.12.jpg[Right click on the fixed field input labeled Form]
76 +
77 . Select the appropriate value for the fixed field from the menu options.
78 +
79 image::media/ffrc2_2.12.jpg[One of the options in the Form fixed field context menu is r - Regular print reproduction]
80 +
81 . Continue editing the MARC record, as needed. Once you are finished editing the record, click *Save*.
82
83 Changing the values in the fixed fields will also update the appropriate position in the Leader or 008 Field and other applicable fields (such as the 006 Field).
84
85 image::media/ffrc3_2.12.jpg[Selecting r in the context menu resulted in an r being placed in the 008 field later in the MARC Record display]
86
87 MARC Editor users retain the option of leaving the fixed field value blank or entering special values (such as # or | ).
88
89 [NOTE]
90 It may be necessary for MARC Editor users to first correctly pad the fixed fields to their appropriate lengths before making further modifications to the fixed field values.
91
92
93 *Administration*
94 The Evergreen database already contains information from the Library of Congress’s MARC 21 format standards that includes possible values for select fixed fields. Users may also add values to these and other fixed fields through the MARC Coded Value Maps interface. Once new values are added, the right-click context menu for the selected fixed field will display those values in the MARC Editor for any Record Type that utilizes that fixed field.
95 There are three relevant tables that contain the values that display in the fixed field context menu options:
96
97 . *config.marc21_ff_pos_map* describes, for the given record type, where a fixed field is located, its start position, and its length.
98 . *config.coded_value_map* defines the set of valid values for many of the fixed fields and the translatable, human-friendly labels for them.
99 . *config.record_attr_definition* links together the information from the config.marc21_ff_pos_map and  config.coded_value_map tables.
100
101 Deleting MARC Records
102 ^^^^^^^^^^^^^^^^^^^^^
103 You can delete MARC records using the MARC Editor.
104
105 To Delete a MARC record
106 +++++++++++++++++++++++
107
108 . Retrieve and display the appropriate record in the MARC editor.
109 . Click on the _MARC Edit_ tab.
110 . Click the *Delete* button.
111 . In the modal window, click the *OK/Continue* button to remove the MARC record.
112
113 image::media/marc_delete_record_3_3.png[The Delete button is located in the Marc Edit tab]