Skip to content

BookOps-CAT/Connexion-Macros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookOps Cataloging Dept. Connexion Macros

A repository of BookOps Cataloging Department macros for the OCLC Connexion client.

Installation

Easy Way

If you have access to the CAT department shared drive (S: drive) you can find the macrobook files in S:/CATAL/Connex/macros and copy the files from there. Otherwise to install macros, find the macrobook you wish to install in the Connexion-Macros/macrobooks/ folder, click on it, and download it to your computer.

Example, downloading the CAT macrobook which includes UpdateExport, BackupSettings, and other macros: macrobook-download-button

Then copy the macro book (.mbk file) to the C:/Users/[your-name]/AppData/Roaming/OCLC/Connex/Macros/ directory on your computer. If a copy of the macro exists already, overwrite it with the downloaded version. It is recommended to do this while your Connexion client is closed.

If you do not see the AppData directory in your Windows profile (it is hidden by default on library computers), reveal it using the following instruction:

  1. Open the Windows Folder Explorer application
  2. Navigate to your profile folder: C:/Users/[your-username]
  3. Go to the View tab in the toolbar
  4. Select Hidden items option
  5. Verify AppData is visible now

folder-options

Hard Way (Copy and Paste from Source)

Alternatively, copy the code for the individual macro directly from the .BAS file (/source directory) using the macro editor in Connexion.

  1. Tools > Macros > Manage (CTRL-ALT-SHIFT-G)
  2. Select a local macro book
  3. Click the New Macro button
  4. Enter in a description
  5. Click OK
  6. Enter in a name for the macro
  7. Click the Edit button to open the OCLC Connexion Macro Editor and Debugger.
  8. Use the mouse to select all the text
  9. Paste the text copied from the source into the Editor
  10. Click the Check icon in the toolbar
  11. Click the Save icon in the toolbar
  12. After the macro is saved it can be mapped to a User Tool, Keymap, or Shortcut as usual (optional). Done!

Setup

After copying the macrobooks to C:/Users/[your-name]/AppData/Roaming/OCLC/Connex/Macros/ you can set up your macros in ConnexionClient and map them to user tools.

Create New User Profile

When setting up the Connexion Client for the first time, users will need to create a new user profile. CAT staff onsite at LSC can create NYPL or dual NYPL/BPL profiles by running the NewUserNYP or NewUserDual macro directly from the Macro window in the client. Users from other departments or CAT staff working offsite will not be able to create a profile using this process. The gateway configuration file is Connects.ini and is available on the CATAL shared drive under CATAL/Connex/onboarding/dual or CATAL/Connex/onboarding/nypl-only.

user-tools

  1. Open Connexion and navigate to Tools > Macros > Manage
  2. Under CAT, you will see NewUserDual and NewUserNYP. Select the appropriate macro based on whether you will need profiles for both NYPL and BPL or just NYPL.
  3. After selecting the macro, click run.

Mapping Macros to User Tools

After setting up a profile users can map macros to shortcuts and add them to the toolbar.

user-tools

  1. Open Connexion and navigate to Tools > User Tools > Manage
  2. Select the Macro button at the top of the pop up window. A list of available macros should appear on the left side of the window.
  3. Select the macro you would like to assign from the list and select the user tool to map it to on the right. Click Assign Tool. Within the Cataloging Department macros are assigned to the following user tools:
    • UserTool 1: CAT!UpdateExport
    • UserTool 2: Brooklyn!CallNum
    • UserTool 3: OCLC!Add33x
    • UserTool 4: OCLC!Generate043
    • UserTool 5: unassigned
    • UserTool 6: OCLC!GenerateAuthorityRecord
    • UserTool 7: unassigned
    • UserTool 8: unassigned
    • UserTool 9: NYPL!CallNum
    • UserTool 10: Bookops!Utilities
  4. When finished assigning macros to user tools, click OK
  5. These shortcuts can be added to the tool bar by navigating to Tools > Toolbar Editor. Scroll through the list until you find ToolsUserTools1. Click on the tool you would like to add and drag it to your tool bar. When finished click close.

Macros

  1. Bookops.mbk macrobook
    • Utilities.bas v1.0.0: includes macro updater, single and dual profile creation, and Connexion settings backup and restore functions
  2. Brooklyn.mbk macrobook
  3. NYPL.mbk macrobook
  4. CAT.mbk macrobook
  5. ACQ.mbk macrobook
    • RLOrderRec.bas v4.0: encodes order record information in a special MARC field and exports to Sierra
  6. NewMacros.mbk macrobook

License

MIT