Holdings records are edited in the MD Editor. Holdings records may need to be edited to:
Note: Library and location can be changed from an item record as well as from the holdings record.
To edit a Holdings record in the MD Editor:
The call number may need to be edited if:
To Edit a Call number in a Holdings Record:
Local MARC 099 will need to be added to the Call Number Mapping Table if the local call number does not populate $$h $$i in the holdings record after changing the first indicator.
To remove a call number from a holding record:
Holdings records can be changed in batch using the "Change Holdings Information" job.
To Change a Set of Holdings Records Using the "Change Holdings Information" Job:
To update the location and add subfield $$k on a set of records:
STEP 1: Create a Local Normalization Rule
NOTE: Always test normalization rules to make sure the rule works as expect before applying the normalization rule to a set of records.
STEP 2: Create a Normalization Process:
STEP 3: Run the "Change Holding Information" Job
Normalization Rules for other $$k scenarios:
Add $$k only:
rule "add 852|k"
when
not exists "852.k"
then
addSubField "852.k.PACAF"
end
Remove $$k:
rule "add 852|k"
when
exists "852.k"
then
removeSubField "852.k"
end