Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To convert a logical set to an itemized set

  1. Create a logical set:

    1. Go to: Physical Title Search > Save and Filter Query >Set Name
      This allows you to save all records that fit a specific search criteria.

  2. Create itemized set:

    1. Go to: Admin > Manage Jobs and Sets > Manage Sets.

    2. Select the logical set name.

    3. From the three dot menu (row actions list), select Itemize.

...

Alternate Options for Saving Select List of Records to Itemized Set

Option 1: To create an new itemized set

  1. Go to Admin > Manage Jobs and Sets > Manage Sets

  2. Select Add Set and then select Itemized.

  3. Enter Set Name and Description.
    It is recommended to use Notes to capture detailed information about your set for ease of future use.

  4. In Set content type, select your content type (e.g., Physical titles)
    Note: Select physical titles to be able edit records.

  5. For Status, select Active.

  6. Select Add Members to Set. You will be moved to Repository Search.

  7. Do a repository search using the persistent search bar at the top.

  8. Select the records using the check box, then select Add Selected. You will see a green confirmation box. Then, select Done button.

Option 2: To add records to an existing itemized set

  1. Go to Admin > Manage Jobs and Sets > Manage Sets

  2. From the three dot menu (row actions list), select Members.

  3. Select Add Members to Set. You will be moved to Repository Search.

  4. Do a repository search using the persistent search bar at the top.

  5. Select the records using the check box, then select Add Selected button.

  6. You will see a confirmation box in green and select Done button.

Example: physical title search to isolate records containing CAT=DVD

...

Step 2: Create Normalization Rules

  1. Go to: Metadata Editor > Rules.
    In the Metadata Editor, a small selection of rules are available in the Shared folder. Rules created by other libraries can be found in the Community folder.

  2. Copy any of the rules from the Community folder to your Shared or Private folder, and edit as needed. Go to https://knowledge.exlibrisgroup.com/Alma/Product_Documentation/010Alma_Online_Help_(English)/Metadata_Management/016Working_with_Rules/020Working_with_Normalization_Rules for more information on record elements, conditions and a list of actions.

Example: Normalization rules for updating for physical records to include audiovisual elements in control fields

Code Block
rule "Change LDR 6 to g for videorecording"

...


when

...


(existsControl "LDR.{6,1}")

...


then

...


replaceControlContents "LDR.{6,1}" with "g"

...


end

...



rule "Add 007 positions 1-2 vd"

...


when

...


true

...


then

...


addControlField "007.vd"

...


end

...



rule "Change 008 #33 to v for videorecording"

...


when

...


(existsControl "LDR.{6,1}.g")

...


then

...


replaceControlContents "008.{33,1}" with "v"

...


end

Info

Additional Ex Libris Resources

...

Alma requires that you compile your rules into a normalization process to edit multiple fields at once.
Note: Normalization processes run in the IZ need to use rules saved to the IZ.

  1. Go to: Alma Configuration > Resources Configuration > General > Processes > Add a process.

  2. In Process Details:

    1. For Business Entity, select Bibliographic title.

    2. For Type, select Marc 21 Bib Normalization.

...

c. In Name field, enter a name for your process.

...

Info

Step 4: Run Job

  1. Go to Admin > Manage Jobs and Sets > Run a Job

  2. In Type drop down menu, select Marc 21 Bib normalization.

  3. Select the job you have created in Step 3 and select Next.

  4. Select the set using the appropriate radio button and select Next.

  5. Then select Submit.
    Alma will perform the normalization process (batch edit) on the selected set of records.

🏗 More content coming soon!