Documentation for MARC Import Remove Fields
authorAngela Kilsdonk <akilsdonk@esilibrary.com>
Mon, 10 Jun 2013 19:29:20 +0000 (15:29 -0400)
committerAngela Kilsdonk <akilsdonk@esilibrary.com>
Mon, 10 Jun 2013 19:29:20 +0000 (15:29 -0400)
MARC Import Remove Field documentation added to docs/admin

Signed-off-by: Angela Kilsdonk <akilsdonk@esilibrary.com>
docs/admin/MARC_Import_Remove_Fields.txt [new file with mode: 0644]
docs/media/marc_import_remove_fields1.JPG [new file with mode: 0644]
docs/media/marc_import_remove_fields2.JPG [new file with mode: 0644]
docs/media/marc_import_remove_fields3.JPG [new file with mode: 0644]
docs/media/marc_import_remove_fields5.JPG [new file with mode: 0644]
docs/root.txt

diff --git a/docs/admin/MARC_Import_Remove_Fields.txt b/docs/admin/MARC_Import_Remove_Fields.txt
new file mode 100644 (file)
index 0000000..8bb7506
--- /dev/null
@@ -0,0 +1,57 @@
+MARC Import Remove Fields
+-------------------------
+
+MARC Import Remove Fields allows staff to configure MARC tags to be automatically removed from bibliographic records when they are imported into Evergreen.  This feature allows specific MARC tags to be removed from records that are imported through three different interfaces:
+
+* Cataloging -> Import Record from Z39.50
+* Cataloging -> MARC Batch Import/Export
+* Acquisitions -> Load MARC Order Records
+
+
+Create a MARC Import Remove Fields profile
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+To create a MARC Import Remove Fields profile, go to *Admin -> Server Administration -> MARC Import Remove Fields*.
+
+. Click *New Field Group*.
+. Assign the Field Group a *Label*.  This label will appear in the import interfaces.
+. Assign an Org Unit *Owner*.
+. Check the box next to *Always Apply* if you want Evergreen to apply this Remove Fields profile to all MARC records that are imported through the three affected interfaces.  If you do not select *Always Apply*, staff will have the option to choose which Remove Fields profile to use when importing records.
+. Click *Save*.
+. The profile that you created will now appear in the list of MARC Import Remove Fields.
+. Click on the hyperlinked *ID* number.  This will bring you into the Remove Fields profile to configure the MARC tags to be removed.
+. Click *New Field*. 
+. In the *Field*, enter the MARC tag to be removed.
+. Click *Save*.
+. Add *New Fields* until you have configured all the tags needed for this profile.
+. Click *Return to Groups* to go back to the list of Remove Field profiles.
+
+
+image::media/marc_import_remove_fields3.JPG[MARC Remove Fields Profile]
+
+
+Import Options
+~~~~~~~~~~~~~~
+The Label for each of the MARC Import Remove Fields profiles will appear on the three affected import screens.  To select a profile, check the box next to the desired Label before importing the records.
+
+*Cataloging -> Import Record from Z39.50*
+
+image::media/marc_import_remove_fields1.JPG[Import Record from Z39.50]
+{nbsp}
+
+*Cataloging -> MARC Batch Import/Export*
+
+image::media/marc_import_remove_fields2.JPG[MARC Batch Import/Export]
+{nbsp}
+
+*Acquisitions -> Load MARC Order Records*
+
+image::media/marc_import_remove_fields5.JPG[Load MARC Order Records]
+
+
+Permissions to use this Feature
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+The following permissions are required to use this feature:
+
+* CREATE_IMPORT_TRASH_FIELD
+* UPDATE_IMPORT_TRASH_FIELD
+* DELETE_IMPORT_TRASH_FIELD
diff --git a/docs/media/marc_import_remove_fields1.JPG b/docs/media/marc_import_remove_fields1.JPG
new file mode 100644 (file)
index 0000000..67e5731
Binary files /dev/null and b/docs/media/marc_import_remove_fields1.JPG differ
diff --git a/docs/media/marc_import_remove_fields2.JPG b/docs/media/marc_import_remove_fields2.JPG
new file mode 100644 (file)
index 0000000..71d658b
Binary files /dev/null and b/docs/media/marc_import_remove_fields2.JPG differ
diff --git a/docs/media/marc_import_remove_fields3.JPG b/docs/media/marc_import_remove_fields3.JPG
new file mode 100644 (file)
index 0000000..dcdc699
Binary files /dev/null and b/docs/media/marc_import_remove_fields3.JPG differ
diff --git a/docs/media/marc_import_remove_fields5.JPG b/docs/media/marc_import_remove_fields5.JPG
new file mode 100644 (file)
index 0000000..6acb2ab
Binary files /dev/null and b/docs/media/marc_import_remove_fields5.JPG differ
index c3215d0..13af7bf 100644 (file)
@@ -190,6 +190,8 @@ include::admin/restrict_Z39.50_sources_by_perm_group.txt[]
 
 include::admin/booking-admin.txt[]
 
+include::admin/MARC_Import_Remove_Fields.txt[]
+
 include::admin/Org_Unit_Proximity_Adjustments.txt[]
 
 include::admin/permissions.txt[]