Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Alma 920 Field script window screenshot

...

Attachments
uploadfalse
oldfalse
patterns.*ps1

Installation

  1. Save alma920.ps1 to your computer by right-clicking on the file above and choosing "Save link as"
  2. Create a shortcut to alma920.ps1
    1. Right click on file
    2. Select "Show more options"
    3. Select "Create shortcut"
  3. Move shortcut to Desktop (and, optionally, rename shortcut)
  4. Right click on shortcut and select "Properties"
  5. Select Shortcut tab
  6. Copy and paste following text into Target box: powershell.exe -ExecutionPolicy Bypass -NoProfile -WindowStyle Hidden -File alma920.ps1
    1. -ExecutionPolicy Bypass allows the script to run without being blocked or triggering security warnings or prompts
    2. -NoProfile does not load the PowerShell profile
    3. -WindowStyle Hidden hides the command prompt window
  7. (Optional) Assign shortcut keys using the Shortcut key box
  8. Change Run value to "Minimized"
  9. Click Apply
  10. Click OK
  11. Double click on the shortcut to run the script

...

SubfieldNameValueDefaultNotes
$$aType of catalogingOptions: a, c, e, o, rBlankITS uses only c (copy), m (modified), and o (original)
$$dTitle cataloged date

Today's date (yyyyMMdd)

Current system date and time in yyyyMMdd format (for example, 20240319)


$$eLibrary or Technical Services unit

HO

HO 

Code assigned by KNITSS

$$fCataloger

NetID

Computer's current username ($env:username)

See Find Your NetID (HUIT). In some cases, the current username may not be the user's NetID. 

$$pProject name/code

Options: new acq., aargh, shelf-read, project

Blank

Subfield created by Houghton in 2024
$$xNote

Options: earbm, fal, hew, hfa, htc, hyde, modbm, mus, pga, trc, wpr

Blank

General note subfield but used for curatorial department codes at Houghton

Expand
titleAlma 920 Field script window (screenshot)

Image Added

Revision History

Name: alma920.ps1

...