Reassign WRLC Retention Form

At a glance

Why this exists

When a library can no longer retain the copy originally committed for WRLC Retention, the retention commitment may need to be transferred to another eligible copy in the consortium. This form gives staff a straightforward way to initiate that reassignment by entering the original item’s barcode.

The workflow verifies that the barcode belongs to an existing item and that the item is currently marked for WRLC Retention before attempting any changes. It then reports clearly whether the reassignment succeeded or why it could not be completed.

What it does

Where it runs

How it works

Logic overview
  1. A staff member signs in through Alma authentication and submits an item barcode.
  2. The workflow captures the barcode and the institution code supplied by the authentication session.
  3. The consortial-item lookup subworkflow retrieves information about the submitted item.
  4. The workflow routes the result into one of three paths:
    • Barcode not found: It looks up the institution’s display name in the WRLC Institution Information data table and tells the user that the barcode was not found in that Institution Zone.
    • Item is not marked for WRLC Retention: It displays the item’s barcode, title, current retention status, and retention reason without making a change.
    • Eligible retention item: It calls the retention-reassignment subworkflow.
  5. After the reassignment attempt, the workflow examines the returned reassign_retention_status.
  6. A status beginning with “Retention reassigned to item” produces a success confirmation. Any other status produces an error response explaining that retention was not reassigned.

Artifacts produced: The workflow produces an on-screen success or error response for the form submitter.


Revision #1
Created 14 August 2026 16:19:33 by Jackie Saavedra
Updated 14 August 2026 16:23:52 by Jackie Saavedra