From: Angela Kilsdonk Date: Mon, 10 Jun 2013 19:29:20 +0000 (-0400) Subject: Documentation for MARC Import Remove Fields X-Git-Tag: sprint4-merge-nov22~3031 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=01c06000763615cabe69968ce3940e21d4e9ebd9;p=working%2FEvergreen.git Documentation for MARC Import Remove Fields MARC Import Remove Field documentation added to docs/admin Signed-off-by: Angela Kilsdonk --- diff --git a/docs/admin/MARC_Import_Remove_Fields.txt b/docs/admin/MARC_Import_Remove_Fields.txt new file mode 100644 index 0000000000..8bb7506659 --- /dev/null +++ b/docs/admin/MARC_Import_Remove_Fields.txt @@ -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 index 0000000000..67e5731e65 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 index 0000000000..71d658b6f0 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 index 0000000000..dcdc6999d1 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 index 0000000000..6acb2ab3ac Binary files /dev/null and b/docs/media/marc_import_remove_fields5.JPG differ diff --git a/docs/root.txt b/docs/root.txt index c3215d0256..13af7bf729 100644 --- a/docs/root.txt +++ b/docs/root.txt @@ -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[]