From: Derek C. Zoladz <derek@derekzoladz.com> Date: Wed, 24 Apr 2019 18:40:13 +0000 (-0400) Subject: Docs: LP #1803415: Location of MARC Editor 'Delete' Button X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=72237103ac74bb5e82a64ca3fde848e3a570c56a;p=evergreen%2Fjoelewis.git Docs: LP #1803415: Location of MARC Editor 'Delete' Button Signed-off-by: Derek C. Zoladz <derek@derekzoladz.com> Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu> --- diff --git a/docs/cataloging/MARC_Editor.adoc b/docs/cataloging/MARC_Editor.adoc index 0d9bd074c6..1a2bb072a7 100644 --- a/docs/cataloging/MARC_Editor.adoc +++ b/docs/cataloging/MARC_Editor.adoc @@ -98,3 +98,16 @@ There are three relevant tables that contain the values that display in the fixe . *config.coded_value_map* defines the set of valid values for many of the fixed fields and the translatable, human-friendly labels for them. . *config.record_attr_definition* links together the information from the config.marc21_ff_pos_map and config.coded_value_map tables. +Deleting MARC Records +^^^^^^^^^^^^^^^^^^^^^ +You can delete MARC records using the MARC Editor. + +To Delete a MARC record ++++++++++++++++++++++++ + +. Retrieve and display the appropriate record in the MARC editor. +. Click on the _MARC Edit_ tab. +. Click the *Delete* button. +. In the modal window, click the *OK/Continue* button to remove the MARC record. + +image::media/marc_delete_record_3_3.png[] diff --git a/docs/media/marc_delete_record_3_3.png b/docs/media/marc_delete_record_3_3.png new file mode 100644 index 0000000000..655d7a0d6c Binary files /dev/null and b/docs/media/marc_delete_record_3_3.png differ