You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
service uses alma api to retrieves list of items with links, iterates through to retrieve full item records, extracts fields of interest, and returns export
user evaluates export and removes any problematic entries
user uploads edited export
service iterates through list and updates each record's location, status, internal note 3
service iterates through list and gathers unique bib ids, checks all associated items location before adding to eligible_to_unlink and eligible_to_suppress lists
service iterates through eligible_to_unlink and adds bib ids to unlink_set
service iterates through eligible_to_suppress and adds bib ids to suppress_set
service runs predefined job to unlink
service checks returned report, STOP unless total unlinked == eligible_to_link,
service run predefined job to suppress
service uses oclc# for bibs in eligible_to_unlink to delete oclc holding record
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: