How can I do a mass change Delivery Method options in ILLiad?
Applies to
- ILLiad
Answer
If your site is hosted by OCLC contact OCLC Support
If you are self-hosted, here is an example of what you have your SQL Administrator run the following queries
Update Users
Set DeliveryMethod='Hold for Pickup';
Update Users
Set LoanDeliveryMethod='Hold for Pickup'
go