Skip to end of banner
Go to start of banner

Nolana R3 2022 Release: Updates of default mapping rules

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

MODSOURMAN-827 - Getting issue details... STATUS

Update to the default MARC Bib-to-Inventory Instance MAP:

  • Existing mapping for 590 (Local note) updated so that 1st indicator = 0 triggers "Staff only" indication. Any other 1st indicator does not.

Steps:

  1. Send GET request to /mapping-rules/marc-bib to retrieve the mapping rules
  2. Under field “590” search for "target": "notes.staffOnly”. Replace the whole section for

{
   "target":"notes.staffOnly",
   "description":"If the 1st indicator equals 0, determines that the note should not be visible for others than staff",
   "subfield":[
      "a"
   ],
   "rules":[
      {
         "conditions":[
            {
               "type":"set_note_staff_only_via_indicator"
            }
         ]
      }
   ]
}

      3. Send PUT request to /mapping-rules/marc-bib and put in the body the updated json

  • No labels