Docs: How to use MARC Fixed Field Editor
authorErica Rohlfs <erohlfs@esilibrary.com>
Wed, 6 Aug 2014 20:01:00 +0000 (16:01 -0400)
committerYamil Suarez <yamil@yamil.com>
Wed, 6 Aug 2014 20:01:00 +0000 (16:01 -0400)
Signed-off-by: Erica Rohlfs <erohlfs@esilibrary.com>
Signed-off-by: Yamil Suarez <yamil@yamil.com>
docs/cataloging/MARC_Fixed_Field.txt [new file with mode: 0644]
docs/media/ffrc1.JPG [new file with mode: 0644]
docs/media/ffrc2.JPG [new file with mode: 0644]
docs/media/ffrc3.JPG [new file with mode: 0644]
docs/root.txt

diff --git a/docs/cataloging/MARC_Fixed_Field.txt b/docs/cataloging/MARC_Fixed_Field.txt
new file mode 100644 (file)
index 0000000..b363e5f
--- /dev/null
@@ -0,0 +1,40 @@
+MARC Fixed Field Editor Right-Click Context Menu Options
+-------------------------------------------------------------
+
+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.
+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. For the fixed fields that do not already contain possible values in the database, the user will see the basic clipboard operation options (such as cut, copy, paste, etc.).
+*To Access the MARC Fixed Field Editor Right-Click Context Menu Options:*
+. 1 Within the bibliographic record that needs to be edited, select *Actions for this Record*.
+. 2 Click *MARC Edit*.
+. 3 Make sure that the Flat-Text Editor checkbox is not selected and that you are not using the Flat-Text Editor interface.
+. 4 Right-click on the value control for the fixed field that needs to be edited.
+
+image::media/ffrc1.jpg[]
+
+. 5 Select the appropriate value for the fixed field from the menu options.
+
+image::media/ffrc2.jpg[]
+
+. 6 Continue editing the MARC record, as needed. Once you are finished editing the record, click *Save Record*.
+
+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).
+
+image::media/ffrc3.jpg[]
+
+MARC Editor users retain the option of leaving the fixed field value blank or entering special values (such as # or | ).
+
+[NOTE]
+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.
+
+
+*Administration*
+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.
+There are three relevant tables that contain the values that display in the fixed field context menu options:
+. 1 *config.marc21_ff_pos_map* describes, for the given record type, where a fixed field is located, its start position, and its length.
+. 2 *config.coded_value_map* defines the set of valid values for many of the fixed fields and the translatable, human-friendly labels for them.
+. 3 *config.record_attr_definition* links together the information from the config.marc21_ff_pos_map and  config.coded_value_map tables.
+
+
+
+
+
diff --git a/docs/media/ffrc1.JPG b/docs/media/ffrc1.JPG
new file mode 100644 (file)
index 0000000..7812ece
Binary files /dev/null and b/docs/media/ffrc1.JPG differ
diff --git a/docs/media/ffrc2.JPG b/docs/media/ffrc2.JPG
new file mode 100644 (file)
index 0000000..8968f3d
Binary files /dev/null and b/docs/media/ffrc2.JPG differ
diff --git a/docs/media/ffrc3.JPG b/docs/media/ffrc3.JPG
new file mode 100644 (file)
index 0000000..5c41370
Binary files /dev/null and b/docs/media/ffrc3.JPG differ
index 05636d4..efcfecf 100644 (file)
@@ -281,6 +281,8 @@ Introduction
 Cataloguers should use this part for understanding the cataloguing procedures
 used in Evergreen.
 
+include::cataloging/MARC_Fixed_Field.txt[]
+
 include::cataloging/physical_char_wizard.txt[]
 
 include::cataloging/batch_importing_MARC.txt[]